From 8273643082e362cf9e546f93d247198a265e86e9 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Mon, 8 Feb 2016 15:31:52 -0800 Subject: [PATCH] Run builds against the latest major releases --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 188f54fca..f3993c3f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,17 @@ language: go sudo: true go: - - 1.2.2 - - 1.3.3 - - 1.4.3 - - 1.5.3 - - 1.6rc2 + - 1.2 + - 1.3 + - 1.4 + - 1.5 + - 1.6 - tip matrix: allow_failures: - go: tip - - go: 1.2.2 - - go: 1.6rc2 + - go: 1.2 + - go: 1.6 before_install: - sudo add-apt-repository -y ppa:kubuntu-ppa/backports - sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots