mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
allow go 1.7 to fail
This commit is contained in:
@ -10,6 +10,7 @@ matrix:
|
|||||||
- go: tip
|
- go: tip
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
- go: 1.7
|
||||||
before_install:
|
before_install:
|
||||||
# Download the binary to bin folder in $GOPATH
|
# 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
|
||||||
|
Reference in New Issue
Block a user