Merge pull request #723 from sdemos/master

travis: update to latest supported go major versions
This commit is contained in:
Stephen Demos
2018-10-19 14:17:48 -07:00
committed by GitHub

View File

@@ -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:
@@ -21,6 +20,6 @@ deploy:
skip_cleanup: true
on:
branch: master
go: '1.8.5'
go: '1.11.1'
notifications:
email: change