Skip to content

Commit

Permalink
Merge pull request #39 from coreos/travis
Browse files Browse the repository at this point in the history
travis: initial travis.yml
  • Loading branch information
Quentin Machu committed Dec 2, 2015
2 parents 46f356e + 5873ab8 commit 07268a7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 07268a7

Please sign in to comment.