Skip to content

Commit 315ee68

Browse files
committed
fix bad version numbers
1 parent 50f065e commit 315ee68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: go
22

33
go:
4-
- 1.8
5-
- 1.9
6-
- 1.10
4+
- "1.8"
5+
- "1.9"
6+
- "1.10"
77

88
before_install:
99
- go get github.com/axw/gocov/gocov

0 commit comments

Comments
 (0)