Skip to content

Commit 227668e

Browse files
authored
Use quotes so 1.10 is interpreted correctly
Without quotes it's parsed as "1.1".
1 parent c7bf5d5 commit 227668e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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
- tip
66

77
allowed_failures:

0 commit comments

Comments
 (0)