Skip to content

Commit

Permalink
Merge pull request #1 from upsight/add-travis
Browse files Browse the repository at this point in the history
Adds .travis.yml
  • Loading branch information
noonat committed Feb 15, 2017
2 parents 2ebb278 + 8614722 commit bf97857
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -0,0 +1,4 @@
language: go
go:
- 1.7.x
script: go test $(go list ./... | grep -v /vendor/)

0 comments on commit bf97857

Please sign in to comment.