Skip to content

Commit

Permalink
travis: initial travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Dec 2, 2015
1 parent 326ad7f commit 5873ab8
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 5873ab8

Please sign in to comment.