aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-03-28 19:52:16 +0100
committerMichael Muré <batolettre@gmail.com>2020-03-28 19:52:16 +0100
commitfec9ea09f65e5d15f365dd635885a709712be812 (patch)
tree7e8113aa04dafe14a5822b9f3e8ecf5c884d71fa /.travis.yml
parentecde909b0a87c329db3cd62562c7bf3902139320 (diff)
downloadgit-bug-fec9ea09f65e5d15f365dd635885a709712be812.tar.gz
drop support of go 1.11 due to bad dep handling without mod support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e63910ed..cb86428d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
matrix:
include:
- language: go
- go: 1.11.x
- - language: go
go: 1.12.x
- language: go
go: 1.13.x