Skip to content

Commit

Permalink
added Travis YML
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Dec 9, 2017
1 parent 2c29d5d commit 79bc357
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: go

go:
- 1.6.x
- 1.7.x
- 1.8.x
- master

before_install:
- go get github.com/golang/lint/golint

before_script:
- go vet ./...
- golint ./...

script:
- go test -v ./...

0 comments on commit 79bc357

Please sign in to comment.