add go 1.9 to travis

This commit is contained in:
Matthew Hooker 2017-08-24 16:21:55 -07:00
parent f50045a71c
commit 5eb14ad642
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 2 deletions

View File

@ -8,6 +8,7 @@ language: go
go:
- 1.7.4
- 1.8.3
- 1.9
install:
- make deps
@ -21,5 +22,3 @@ branches:
matrix:
fast_finish: true
allow_failures:
- go: 1.4.3