From 6744885fa32aac0ecd33c8c87c6fbcf345a16a1c Mon Sep 17 00:00:00 2001 From: deadprogram Date: Mon, 3 Oct 2016 10:25:56 +0200 Subject: [PATCH] test: reduce Travis builds to golang 1.4+ since it is late 2016 already Signed-off-by: deadprogram --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index acb7db9b..d30c6716 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: go sudo: true go: - - 1.2 - - 1.3 - 1.4 - 1.5 - 1.6 @@ -11,8 +9,8 @@ go: matrix: allow_failures: - go: tip - - go: 1.2 - - go: 1.3 + - go: 1.4 + - go: 1.5 before_install: - sudo add-apt-repository -y ppa:kubuntu-ppa/backports - sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots