From bc481a401840f4c4efae4f507ede5943422e83ee Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Thu, 26 May 2016 12:23:58 +0200 Subject: [PATCH 1/2] travis: stop travis manipulating godeps --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 26b0a928..fa199acf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,9 @@ matrix: - go: 1.5.1 - go: 1.6 +# Stop Travis mucking about with godeps: +# https://docs.travis-ci.com/user/languages/go#godep-support +install: true + script: - ./test From 950df5eb9ac32e95913c63b90b3731e54dfce3e4 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Thu, 26 May 2016 12:26:30 +0200 Subject: [PATCH 2/2] travis: update go to 1.5.3/1.6.2 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa199acf..138246a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ language: go matrix: include: - - go: 1.5.1 - - go: 1.6 + - go: 1.5.3 + - go: 1.6.2 # Stop Travis mucking about with godeps: # https://docs.travis-ci.com/user/languages/go#godep-support