diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-20 15:23:37 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-20 15:23:37 +0200 |
commit | 18d7e8eb4610a224c28ec848692d199669be3e8e (patch) | |
tree | c0d477dda8474ec48d2402c6a0fb2548a31c2f79 /.travis.yml | |
parent | 7e8d7125446bb6e12a056a5a6ca979727790d0df (diff) | |
download | go-git-18d7e8eb4610a224c28ec848692d199669be3e8e.tar.gz |
fix build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index 043d7da..df830f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,6 @@ language: go -go: -- 1.6 -- 1.7 -- tip -matrix: - allow_failures: - - go: tip - - -language: go go: - - 1.6 - 1.7 - tip |