1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-02 23:27:32 +02:00

change liniux platform

This commit is contained in:
Jesse Duffield 2018-08-07 21:58:10 +10:00
parent abfbd59d67
commit 3dafb78b1d

View File

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