Skip to content

Commit

Permalink
update Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed Jan 18, 2016
1 parent 1cce18e commit 2167a4c
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,7 +1,7 @@
language: go

go:
- 1.5.2
- 1.5.3
- tip

matrix:
Expand All @@ -15,8 +15,8 @@ env:
- PATH=$HOME/bin:$PATH

install:
- go get golang.org/x/tools/cmd/vet
- go get -t -v ./...
- go get -u golang.org/x/tools/cmd/vet
- go get -t -v -u ./...

script:
- go tool vet -all .
Expand Down

0 comments on commit 2167a4c

Please # to comment.