Bump the Ubuntu and Go versions for Travis

This commit is contained in:
Kyle Lemons
2017-02-16 09:33:10 -08:00
committed by GitHub
parent 09150fc318
commit a6b5026fe9

View File

@@ -1,7 +1,10 @@
language: go
dist: trusty
go:
- 1.6
- 1.7
- 1.8
- tip
script: go test -v -test.run='BCD|Parse' ./...