Skip to content

Commit

Permalink
Update .travis.yml with 1.8 as the minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
kisielk committed Jun 14, 2018
1 parent ffafbe1 commit 111d2b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .)
Expand Down

0 comments on commit 111d2b8

Please sign in to comment.