From 3dafb78b1d8d41713136ce7e592cf441a1ea4c42 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 7 Aug 2018 21:58:10 +1000 Subject: [PATCH] change liniux platform --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46e9e149a..b600c6a76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: go -sudo: true +sudo: false env: - DEP_VERSION="0.5.0" matrix: @@ -12,7 +12,7 @@ matrix: - 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-amd64 -o $GOPATH/bin/dep + - curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-386 -o $GOPATH/bin/dep # Make the binary executable - chmod +x $GOPATH/bin/dep - dep ensure