File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 55matrix :
66 include :
77 - go : 1.x
8- - go : 1.7
98 env : LATEST=true
9+ - go : 1.7
1010 - go : tip
1111 allow_failures :
1212 - go : tip
1313before_install :
1414 # Download the binary to bin folder in $GOPATH
15- - curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-386 -o $GOPATH/bin/dep
15+ # - curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-386 -o $GOPATH/bin/dep
16+ - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
1617 # Make the binary executable
1718 - chmod +x $GOPATH/bin/dep
1819 - ls $GOPATH/bin/
@@ -31,9 +32,9 @@ deploy:
3132 api_key :
3233 secure : TnB8I+swjicHuGTXk3ncm1Aaa12eIJqWV/Lhcnbb01i39p6+fyn3vDMdWPcejt3R8gcJqv4wyP8UQVO9G1qkLppt6V/qAuY5x6nX0MgEa3t+8JLJnGYHZYsuIgan/ecAmeu5+6dgUhr9Oq6zQOEv/O88NsALzMlqnEQNXI8XSoScfhkiVDIp3zWov0vBizCdThnNgTx9zRpJVoqxmhWvgt+me2+fOhSx1Y+3ZA2gE7zq8IFAbxp36d0rsR5lKqmTuF+YsF9iQ7Ar+xCjbRunLsZx+VwGqGfpS/qS7EwsEqBI0vEO76eFJkwEsIzOvJiFNhBDUu3upquBFMT4uzxRxH3eV+J4mZtu29UDLdvKI5Q730Lk9AgmH4now+RmP08M0SEXJa+AnHeuBv2u1iU5bu+sI6CORVQzKQwOph9AABDjSZ54wrXIpYEeIW2sz8nx+hiG6QL1mqfM/l+55BR69u3vxKYMryQBxPuzhZCTOqqI4uahlb6GIUNZJ9vGZeIA9HFJq3ymW8cdrpYzhKf3Nx9jK+Yb81h5/AHq9iChXEC63VPCDXXGRllh2UYWNYCaAdtk+ekpLR8299e4CaEregy6g5U2S3/xrBKl87miu1uJ/fquXoxGdSU+JcmsmXZ26sGIU2TCYdNjSfIgpOyfMmB4JNtKHqWRHA9Fe42CRpA=
3334 file :
34- - lazygit.windows.amd64.exe
35- - lazygit.darwin.amd64
36- - lazygit.linux.amd64
35+ - $GOPATH/bin/ lazygit.windows.amd64.exe
36+ - $GOPATH/bin/ lazygit.darwin.amd64
37+ - $GOPATH/bin/ lazygit.linux.amd64
3738 on :
3839 repo : jesseduffield/lazygit
3940 tags : true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ welcome your pull requests:
2222## Code of conduct
2323Please note by participating in this project, you agree to abide by the [ code of conduct] .
2424
25- [ code of conduct ] : https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING .md
25+ [ code of conduct ] : https://github.com/jesseduffield/lazygit/blob/master/CODE-OF-CONDUCT .md
2626
2727## Any contributions you make will be under the MIT Software License
2828In short, when you submit code changes, your submissions are understood to be
@@ -31,4 +31,4 @@ covers the project. Feel free to contact the maintainers if that's a concern.
3131
3232## Report bugs using Github's [ issues] ( https://github.com/jesseduffield/lazygit/issues )
3333We use GitHub issues to track public bugs. Report a bug by [ opening a new
34- issue] ( https://github.com/jesseduffield/lazygit/issues/new ) ; it's that easy!
34+ issue] ( https://github.com/jesseduffield/lazygit/issues/new ) ; it's that easy!
You can’t perform that action at this time.
0 commit comments