Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Issue #131: Quote go version
Browse files Browse the repository at this point in the history
Apparently 1.10 (without quotes) tricked the yml engine to interpret it as float-like, being equivalent to 1.1.
  • Loading branch information
bpicode committed Feb 17, 2018
1 parent 36397fb commit 2440703
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 @@ sudo: false
language: go

go:
- 1.10
- "1.10"

go_import_path: github.com/bpicode/fritzctl

Expand Down

0 comments on commit 2440703

Please sign in to comment.