Merge pull request #39 from coreos/travis

travis: initial travis.yml
This commit is contained in:
Quentin Machu 2015-12-02 13:25:14 -05:00
commit 07268a7b5e

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: go
go:
- 1.5
- tip
sudo: false
before_install:
- export GO15VENDOREXPERIMENT=1
script:
- go test -v $(go list ./... | grep -v /vendor/)
notifications:
email: false