aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-11-03 14:06:29 +0100
committerMichael Muré <batolettre@gmail.com>2019-11-03 14:06:29 +0100
commit912b5ca320891f2a4f1a88f1a137ce8ee46a1a03 (patch)
treec7cf8f08ccb8b6ac5c7e8ed0268a7d4b9ab0a2a9 /.travis.yml
parentf72a9dc62ba20546b2cdeb466434fc1900741a4f (diff)
downloadgit-bug-912b5ca320891f2a4f1a88f1a137ce8ee46a1a03.tar.gz
drop support for go 1.9
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5a46a981..cac34dc7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,13 @@
matrix:
include:
- language: go
- go: "1.9"
- - language: go
go: "1.10"
- language: go
go: "1.11"
- language: go
go: "1.12"
+ - language: go
+ go: "1.13"
- language: node_js
node_js: 8
before_install: