From bc8c338beddf27c6450a7b39750bb3f6352c1d47 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Wed, 16 Oct 2013 15:23:11 -0600 Subject: [PATCH] Travis fix. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 708ec2d505f..50eca08753d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: go go: 1.1 +install: + - echo "Skip install" + script: - ./test.sh