Skip to content

Commit dc8550b

Browse files
authored
Merge pull request #58 from smola/go-travis
ci: test Go 1.9.x and 1.10.x
2 parents df05387 + b703ce1 commit dc8550b

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)