Skip to content

Commit

Permalink
travis: bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed Mar 25, 2019
1 parent 65b194c commit 99e3a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: go

go:
- 1.x
- 1.11.x
- tip

matrix:
Expand All @@ -17,7 +17,7 @@ install:
- go get -t -v ./...

script:
- go tool vet -all .
- go vet -all .
- go build ./...
- go test -race -v ./...
- go get github.com/rjeczalik/bin/cmd/... github.com/rjeczalik/which/cmd/... github.com/rjeczalik/tools/cmd/... github.com/rjeczalik/bindata/cmd/bindata
Expand Down

0 comments on commit 99e3a2e

Please sign in to comment.