aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-19 14:40:41 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-19 14:40:41 +0200
commit2bbb145801eb3643b4792401a8e891f505fe573e (patch)
treea2d47f5f413dcf1f33c1e581b1fd8df01f6d1c1c /.travis.yml
parenta2a50f3de0c428c5a61e6a449191be3c4ded86ac (diff)
downloadgit-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.yml2
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: