1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +02:00

allow go 1.7 to fail

This commit is contained in:
Jesse Duffield 2018-08-08 18:02:18 +10:00
parent a253b0b897
commit c4c27262f2

View File

@ -10,6 +10,7 @@ matrix:
- go: tip
allow_failures:
- go: tip
- go: 1.7
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