Skip to content

Commit

Permalink
Pin to major go version
Browse files Browse the repository at this point in the history
Travis started testing with 1.11beta, which is causing all CI runs to
fail
  • Loading branch information
jacksontj committed Jul 5, 2018
1 parent 2fb6995 commit 42e9dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.x"
- "1.10.x"

# have an empty install to avoid travis doing a go get
install: []

0 comments on commit 42e9dd1

Please sign in to comment.