Skip to content

Commit

Permalink
remove Go 1.6 from Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Apr 5, 2019
1 parent f878708 commit 729bf31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ go:
- "1.9.x"
- "1.8.x"
- "1.7.x"
- "1.6.x"
- tip
matrix:
allow_failures:
- go: "1.7.x"
- go: "1.6.x"
- go: tip
sudo: true
install:
Expand Down

0 comments on commit 729bf31

Please sign in to comment.