diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-09-07 14:45:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 14:45:34 +0200 |
commit | e60f09b79497dda55c0cb1277168e1ce3d3631c3 (patch) | |
tree | 966648c6ea0610a6dcacf7cfe77eef18afe6cb33 /.travis.yml | |
parent | 43e5f5f432e06c0070b0b795209f564886363db4 (diff) | |
download | go-git-e60f09b79497dda55c0cb1277168e1ce3d3631c3.tar.gz |
travis: remove tip and add 1.9
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index c81b17e..7ca251c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go go: - 1.8 - - tip + - 1.9 go_import_path: gopkg.in/src-d/go-git.v4 @@ -11,11 +11,6 @@ env: - GIT_VERSION=v1.9.3 - GIT_VERSION=v2.11.0 -matrix: - fast_finish: true - allow_failures: - - go: tip - cache: directories: - $HOME/.git-dist @@ -48,4 +43,4 @@ script: - go vet ./... after_success: - - bash <(curl -s https://codecov.io/bash)
\ No newline at end of file + - bash <(curl -s https://codecov.io/bash) |