Skip to content

Commit aa2008a

Browse files
committed
"1.10" is put into quotes because otherwise Travis parses that as 1.1 -
see travis-ci/travis-ci#9247
1 parent 60f242d commit aa2008a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.10
4+
- "1.10"
55

66
after_success:
77
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

0 commit comments

Comments
 (0)