Skip to content

Commit bc452d9

Browse files
authored
[build] Allow tip failures (#312)
[build] Allow tip failures
1 parent 7625a85 commit bc452d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ matrix:
99
- go: 1.8
1010
- go: 1.9
1111
- go: tip
12+
allow_failures:
13+
- go: tip
1214

1315
install:
1416
- # Skip

0 commit comments

Comments
 (0)