diff --git a/.travis.yml b/.travis.yml index 75784ca..a78f196 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: go +dist: trusty go: - 1.6 + - 1.7 + - 1.8 - tip script: go test -v -test.run='BCD|Parse' ./...