Merge pull request #236 from hashicorp/sethvargo/travis
Add Travis testing
This commit is contained in:
commit
a1d87cf656
|
@ -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
|
Loading…
Reference in New Issue