Skip to content

Commit 0d87ca7

Browse files
authored
Update .travis.yml
1 parent 044d79f commit 0d87ca7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ go:
2222
- tip
2323
matrix:
2424
allow_failures:
25-
- go:
26-
- "1.4.x"
27-
- "1.3.x"
28-
- "1.2.x"
29-
- tip
25+
- go: "1.4.x"
26+
- go: "1.3.x"
27+
- go: "1.2.x"
28+
- go: tip
3029

3130
install:
3231
- go get -t -v ./...

0 commit comments

Comments
 (0)