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

Commit 9771719

Browse files
committed
Allow <1.4 failures
1 parent 8c53375 commit 9771719

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ go:
77
- 1.6
88
- 1.7
99
- master
10+
matrix:
11+
allow_failures:
12+
- go: 1.3
13+
- go: 1.4

0 commit comments

Comments
 (0)