1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-17 01:42:45 +02:00

try master branch for dep

This commit is contained in:
Jesse Duffield
2018-08-07 23:04:55 +10:00
parent aa6a0bd43b
commit 1730089b09

View File

@ -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/