Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit e60f09b

Browse files
authored
travis: remove tip and add 1.9
1 parent 43e5f5f commit e60f09b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: go
22

33
go:
44
- 1.8
5-
- tip
5+
- 1.9
66

77
go_import_path: gopkg.in/src-d/go-git.v4
88

@@ -11,11 +11,6 @@ env:
1111
- GIT_VERSION=v1.9.3
1212
- GIT_VERSION=v2.11.0
1313

14-
matrix:
15-
fast_finish: true
16-
allow_failures:
17-
- go: tip
18-
1914
cache:
2015
directories:
2116
- $HOME/.git-dist
@@ -48,4 +43,4 @@ script:
4843
- go vet ./...
4944

5045
after_success:
51-
- bash <(curl -s https://codecov.io/bash)
46+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)