mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
remove 1.7 because I'm not using it
This commit is contained in:
parent
1bd3aa9708
commit
a1706ef2ee
|
|
@ -6,11 +6,9 @@ matrix:
|
|||
include:
|
||||
- go: 1.x
|
||||
env: LATEST=true
|
||||
- go: 1.7
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue