Skip to content

Commit

Permalink
Update travis.yml for Go 1.11, remove 1.8
Browse files Browse the repository at this point in the history
* Skip downloading dependency packages for example packages
since examples dependencies use a 1.11+ feature
  • Loading branch information
dghubble committed Nov 14, 2018
1 parent 0e442dd commit 58df359
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,14 +1,14 @@
language: go
go:
- 1.8
- 1.9
- "1.10"
- "1.10.x"
- "1.11.x"
- tip
matrix:
allow_failures:
- go: tip
install:
- go get golang.org/x/lint/golint
- go get -v -t ./...
- go get -v -t $(go list ./... | grep -v /examples)
script:
- ./test

0 comments on commit 58df359

Please sign in to comment.