Skip to content

Commit 30d79bf

Browse files
committed
Merge remote-tracking branch 'upstream/master' into ponsfrilus/cli-version
2 parents 4d9d2b1 + 51d3e67 commit 30d79bf

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ env:
55
matrix:
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
1313
before_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

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ welcome your pull requests:
2222
## Code of conduct
2323
Please 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
2828
In 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)
3333
We 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!

0 commit comments

Comments
 (0)