Skip to content

Commit c43bc4a

Browse files
authored
Update .travis.yml
1 parent 80e2341 commit c43bc4a

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,7 +1,7 @@
11
language: go
22
go:
3-
- 1.7
4-
- 1.8
3+
- 1.7.x
4+
- 1.8.x
55
- tip
66
install:
77
- make dependency
@@ -11,4 +11,4 @@ after_success:
1111
- bash <(curl -s https://codecov.io/bash)
1212
matrix:
1313
allow_failures:
14-
- go: tip
14+
- go: tip

0 commit comments

Comments
 (0)