aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-03-22 22:52:44 +0800
committerFelix Lange <fjl@twurst.com>2017-03-22 23:00:16 +0800
commitda7af440609229b269bea41a8041cb25da4f12e8 (patch)
tree1aea5a79ea750b30fd4d8f2a5338db7ba413894a /.travis.yml
parent6742fc526f3e1ae985d82a1781df4267485e2c70 (diff)
downloaddexon-da7af440609229b269bea41a8041cb25da4f12e8.tar
dexon-da7af440609229b269bea41a8041cb25da4f12e8.tar.gz
dexon-da7af440609229b269bea41a8041cb25da4f12e8.tar.bz2
dexon-da7af440609229b269bea41a8041cb25da4f12e8.tar.lz
dexon-da7af440609229b269bea41a8041cb25da4f12e8.tar.xz
dexon-da7af440609229b269bea41a8041cb25da4f12e8.tar.zst
dexon-da7af440609229b269bea41a8041cb25da4f12e8.zip
build: require Go >= 1.7
We have decided to bump the requirement to Go 1.7 because it enables subtests and allows dropping backwards-compatibility code. This is in line with Go's support policy. Go 1.6 and earlier no longer receive security updates.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 64343625d..5f3ff9d16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,14 +5,6 @@ matrix:
include:
- os: linux
dist: trusty
- go: 1.5.4
- env:
- - GO15VENDOREXPERIMENT=1
- - os: linux
- dist: trusty
- go: 1.6.2
- - os: linux
- dist: trusty
go: 1.7.5
# These are the latest Go versions, only run go vet and misspell on these