Merge pull request #236 from hashicorp/sethvargo/travis

Add Travis testing
This commit is contained in:
Alex Dadgar 2015-10-12 14:28:43 -07:00
commit a1d87cf656
1 changed files with 21 additions and 0 deletions

21
.travis.yml Normal file
View File

@ -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