From 480b739c025172be3fcbed0ec427bb03721d889c Mon Sep 17 00:00:00 2001 From: deadprogram Date: Thu, 8 Dec 2016 21:30:07 +0100 Subject: [PATCH] test: remove golang 1.4 from build matrix for Travis Signed-off-by: deadprogram --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b8016f5..e0dcfa6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: go sudo: true go_import_path: gobot.io/x/gobot go: - - 1.4 - 1.5 - 1.6 - 1.7 @@ -10,10 +9,9 @@ go: - tip matrix: allow_failures: - - go: tip - - go: 1.4 - go: 1.5 - go: 1.8beta1 + - go: tip before_install: - sudo add-apt-repository -y ppa:kubuntu-ppa/backports - sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots