Skip to content

Commit

Permalink
travis: update to latest supported go major versions
Browse files Browse the repository at this point in the history
this also fixes the golint url to use the new location, to fix ci.
  • Loading branch information
sdemos committed Oct 19, 2018
1 parent 845d1d0 commit 3cd8ba0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Expand Up @@ -3,16 +3,15 @@ sudo: required
services:
- docker
go:
- 1.7.x
- 1.8.x
- 1.8.5
- 1.9.x
- 1.10.x
- 1.11.x
- 1.11.1
- tip
matrix:
allow_failures:
- go: tip
install:
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
script:
- make test
deploy:
Expand All @@ -21,6 +20,6 @@ deploy:
skip_cleanup: true
on:
branch: master
go: '1.8.5'
go: '1.11.1'
notifications:
email: change

0 comments on commit 3cd8ba0

Please sign in to comment.