Skip to content

Commit

Permalink
Test latest stable and master in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrik committed Aug 29, 2017
1 parent 91ced5a commit f5cf7d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: go

go:
- 1.6
- tip
- 1.x
- master

before_script:
- go install ./...
- go get github.com/alecthomas/gometalinter
- gometalinter --install --update
- GO_VENDOR=1 GO15VENDOREXPERIMENT=1 gometalinter --cyclo-over 12 --deadline 60s ./...
- GO_VENDOR=1 gometalinter --cyclo-over 12 --deadline 60s ./...

0 comments on commit f5cf7d6

Please sign in to comment.