Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Specify exactly Go 1.10 as TravisCI not handling .x syntax
Browse files Browse the repository at this point in the history
... and use quotes to avoid undesirable YAML float conversion.

See also:
- travis-ci/gimme#132
- travis-ci/gimme#130
  • Loading branch information
mjs committed Feb 21, 2018
1 parent 1f80fc1 commit 42f18cf
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
Expand Up @@ -3,7 +3,7 @@ language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- "1.10"
- master # find out if a upcoming change in Go is going to break us

# No need for an install step as all dependencies are vendored.
Expand Down

0 comments on commit 42f18cf

Please sign in to comment.