Skip to content

Commit 4faff38

Browse files
committed
fixing versioning for travis
1 parent a610c52 commit 4faff38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ language: go
22
script: go test -v .
33
sudo: false
44
go:
5-
- 1.9
6-
- 1.10
5+
- "1.9"
6+
- "1.10"
77
- tip

0 commit comments

Comments
 (0)