From 1730089b09b623d55227ddcc8ce02ad57d7f2cf0 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 7 Aug 2018 23:04:55 +1000 Subject: [PATCH] try master branch for dep --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 81ad1a800..3227277c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,15 @@ env: matrix: include: - go: 1.x - - go: 1.7 env: LATEST=true + - go: 1.7 - go: tip allow_failures: - go: tip before_install: # Download the binary to bin folder in $GOPATH - - curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-386 -o $GOPATH/bin/dep + # - curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-386 -o $GOPATH/bin/dep + - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh # Make the binary executable - chmod +x $GOPATH/bin/dep - ls $GOPATH/bin/