summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2016-08-27 21:58:05 +0200
committerCarlos Martín Nieto <[email protected]>2016-11-01 00:17:51 +0100
commit7f426f2435087a35155b4e8b859fb52f09f79a72 (patch)
tree6c4d504cf3814ea88dd3e16f2d8b2b121e66325e
parent9c5fb973fcc1acd7cd55e120fefef101be46e60a (diff)
Only test against 1.5 and up
Go 1.5 is the first one which supports the variable replacement we're using for the flags. Any older versions aren't supported by the Go team now that 1.7 is out, so you should be on one of these versions.
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 79ad168..fb68ca9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,6 @@ sudo: required
install: ./script/install-libgit2.sh
go:
- - 1.1
- - 1.2
- - 1.3
- - 1.4
- 1.5
- 1.6
- 1.7