Skip to content

Commit b703ce1

Browse files
committed
ci: test Go 1.9.x and 1.10.x
More info: https://github.com/src-d/guide/blob/master/engineering/conventions-go.md Signed-off-by: Santiago M. Mola <[email protected]>
1 parent df05387 commit b703ce1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
language: go
22

33
go:
4-
- 1.9
4+
- 1.9.x
5+
- 1.10.x
56

67
go_import_path: gopkg.in/src-d/go-billy.v4
78

8-
matrix:
9-
allow_failures:
10-
- go: tip
11-
129
install:
1310
- go get -v -t ./...
1411

0 commit comments

Comments
 (0)