Skip to content

Commit

Permalink
Explicitly specify to use go v1.9.x for Travis CI. Fixes #752 (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamphaus authored and elliotchance committed Jun 17, 2018
1 parent 9cd4973 commit 14bb3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: go

go:
- "1.9.x"

os:
- linux
- osx
Expand Down

0 comments on commit 14bb3e8

Please sign in to comment.