Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.

Commit 3d845e4

Browse files
author
Francisco Souza
committed
travis: use .x syntax to ensure latest 1.7
1.8.x doesn't work yet (it can't pick-up pre-releases).
1 parent 878e1e0 commit 3d845e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ install: make testdeps
33
script: make coverage
44
after_success: bash <(curl -s https://codecov.io/bash)
55
go:
6-
- 1.7.4
6+
- 1.7.x
77
- 1.8beta2
88
- tip

0 commit comments

Comments
 (0)