diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2018-02-18 00:36:04 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2018-02-18 00:36:04 +0100 |
commit | 3f00f5f02f0b2a1beb6d4ad5cac5e2a0f4c13853 (patch) | |
tree | a8a70e6a996340f197ff121d7d34edd2d69a111a /.travis.yml | |
parent | 886dc83f3ed518a78772055497bcc7d7621b468e (diff) | |
download | go-git-3f00f5f02f0b2a1beb6d4ad5cac5e2a0f4c13853.tar.gz |
.travis: add 1.10
https://github.com/travis-ci/gimme/issues/132
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ee975e4..49d8608 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: go go: - 1.8.x - 1.9.x + - "1.10" go_import_path: gopkg.in/src-d/go-git.v4 |