Skip to content

Commit

Permalink
Stop testing with go 1.5
Browse files Browse the repository at this point in the history
The correct fix for this would involve removing all the Go 1.5 stuff in the `script` block, but I'm not going to allocate time to that currently. For now, this should unbreak all of the PR build failures.
  • Loading branch information
maddyblue authored Jan 23, 2018
1 parent 61fe37a commit 5b260f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go

go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
Expand Down

0 comments on commit 5b260f9

Please sign in to comment.