Skip to content

Commit

Permalink
Only deploy w/ go version 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
noqcks committed Jul 26, 2019
1 parent 037a054 commit d1d231c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go:
- '1.9'
- '1.10'
- '1.11'
- '1.12'
- tip

env:
Expand Down Expand Up @@ -32,5 +33,6 @@ deploy:
- release/gucci-v$VERSION-darwin-amd64
skip_cleanup: true
on:
go: '1.12'
repo: noqcks/gucci
tags: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ go get github.com/noqcks/gucci
Or you can just download the binary and move it into your `PATH`:

```
VERSION=0.1.0
VERSION=1.2.2
wget -q https://github.com/noqcks/gucci/releases/download/v${VERSION}/gucci-v${VERSION}-darwin-amd64
chmod +x gucci-v${VERSION}-darwin-amd64
mv gucci-v${VERSION}-darwin-amd64 /usr/local/bin/gucci
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2

0 comments on commit d1d231c

Please sign in to comment.