From f20fe41e79939f5979a3d903a650be09a26ff6c5 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 27 Mar 2018 11:17:22 +0100 Subject: [PATCH] travis: disable the installation step --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 03ef6513..264bfb45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,9 @@ go: sudo: false +# test-and-build does the installation, so tell travis to skip the +# installation step +install: true + script: - ./scripts/test-and-build.sh