Updates for Goreleaser

Update Golang to 0.10

Use `curl -sL http://git.io/goreleaser | bash` instead of `go get`
This commit is contained in:
Thomas Buckley-Houston 2018-06-10 20:33:41 +08:00
parent 98fa8014b9
commit 14796c0d93
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
if: tag IS blank if: tag IS blank
language: go language: go
go: go:
- 1.9.x - 1.10.x
addons: addons:
# Use the full version number with ".0" if needed. This value is scraped by setup scripts. # Use the full version number with ".0" if needed. This value is scraped by setup scripts.

View file

@ -26,7 +26,7 @@ BROWSH_ENV=RELEASE npm run build
cd $PROJECT_ROOT/interfacer cd $PROJECT_ROOT/interfacer
rvm install 2.5.0 rvm install 2.5.0
gem install --no-ri --no-rdoc fpm gem install --no-ri --no-rdoc fpm
go get -u github.com/goreleaser/goreleaser curl -sL http://git.io/goreleaser | bash
goreleaser goreleaser
git config --global user.email "builds@travis-ci.com" git config --global user.email "builds@travis-ci.com"
git config --global user.name "Travis CI" git config --global user.name "Travis CI"

View file

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Browsh", "name": "Browsh",
"version": "1.0.0", "version": "1.0.1",
"description": "Renders the browser as realtime, interactive, TTY-compatible text", "description": "Renders the browser as realtime, interactive, TTY-compatible text",