1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-15 22:26:40 +02:00
This commit is contained in:
Jesse Duffield 2018-08-07 22:13:42 +10:00
parent 4e8f909141
commit b715236c0a

View File

@ -15,6 +15,7 @@ before_install:
# Make the binary executable
- chmod +x $GOPATH/bin/dep
- dep ensure
- go get github.com/mitchellh/gox
install:
-
script: