diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-19 14:40:41 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-19 14:40:41 +0200 |
commit | 2bbb145801eb3643b4792401a8e891f505fe573e (patch) | |
tree | a2d47f5f413dcf1f33c1e581b1fd8df01f6d1c1c /.travis.yml | |
parent | a2a50f3de0c428c5a61e6a449191be3c4ded86ac (diff) | |
download | git-bug-2bbb145801eb3643b4792401a8e891f505fe573e.tar.gz |
remove tests with go 1.8 due to conflict with cobra/vipe
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e6260aff..d5f7f8de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - "1.8" + - "1.9" - "1.10.x" install: |