Update .travis.yml with 1.8 as the minimum

This commit is contained in:
Kamil Kisiel
2018-06-14 14:05:28 -07:00
committed by GitHub
parent ffafbe12f3
commit 111d2b83d3
+4 -3
View File
@@ -2,12 +2,13 @@ language: go
sudo: false
matrix:
include:
- go: 1.7
- go: 1.8
- go: 1.9
- go: "1.10"
- go: 1.x
- go: master
- go: tip
allow_failures:
- go: master
- go: tip
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d -s .)