Skip to content

Commit

Permalink
Merge pull request #236 from hashicorp/sethvargo/travis
Browse files Browse the repository at this point in the history
Add Travis testing
  • Loading branch information
dadgar committed Oct 12, 2015
2 parents 3dc54e0 + 54fa6d7 commit 01f5bde
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
sudo: false

language: go

go:
- 1.5.1
- tip

matrix:
allow_failures:
- go: tip

branches:
only:
- master

install:
- make bootstrap

script:
- make test

0 comments on commit 01f5bde

Please sign in to comment.