Skip to content

Commit e2fcef3

Browse files
authored
.travis update adding 1.7 and allowing tip fail
1 parent 8487663 commit e2fcef3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ go:
33
- 1.4
44
- 1.5
55
- 1.6
6+
- 1.7
67
- tip
78

9+
matrix:
10+
allow_failures:
11+
- go: tip
12+
813
install:
914
- rm -rf $GOPATH/src/gopkg.in/mcuadros
1015
- mkdir -p $GOPATH/src/gopkg.in/mcuadros

0 commit comments

Comments
 (0)