Merge pull request #5 from iand/travis-go-1.11

travis: update for Go 1.11
pull/6/head
Ian Davis 2018-09-14 13:13:23 +01:00 committed by GitHub
commit aeee4037e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
language: go
go:
- 1.7.5
- 1.8.3
- 1.9
- tip
- "1.10.x"
- "1.11.x"
- master
matrix:
allow_failures:
- go: tip
- go: master
fast_finish: true
before_script: