Merge pull request #33 from kylelemons/kylelemons-travis-update

Bump the Ubuntu and Go versions for Travis
This commit is contained in:
Kyle Lemons
2017-02-16 09:37:53 -08:00
committed by GitHub

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' ./...