Skip to content

Commit

Permalink
Pin travis build to go 1.10.x.
Browse files Browse the repository at this point in the history
1.x was picking up 1.11beta1, which breaks some tests.
  • Loading branch information
adam-azarchs committed Jul 19, 2018
1 parent abfcfd3 commit 630b427
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,6 +1,6 @@
language: go
go:
- 1.x
- 1.10.x
cache:
pip: true
directories:
Expand Down

0 comments on commit 630b427

Please sign in to comment.