Skip to content

Commit

Permalink
Updates for Goreleaser
Browse files Browse the repository at this point in the history
Update Golang to 0.10

Use `curl -sL http://git.io/goreleaser | bash` instead of `go get`
  • Loading branch information
tombh committed Jun 10, 2018
1 parent 98fa801 commit 14796c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if: tag IS blank
language: go
go:
- 1.9.x
- 1.10.x

addons:
# Use the full version number with ".0" if needed. This value is scraped by setup scripts.
Expand Down
2 changes: 1 addition & 1 deletion contrib/release_if_new_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BROWSH_ENV=RELEASE npm run build
cd $PROJECT_ROOT/interfacer
rvm install 2.5.0
gem install --no-ri --no-rdoc fpm
go get -u github.com/goreleaser/goreleaser
curl -sL http://git.io/goreleaser | bash
goreleaser
git config --global user.email "[email protected]"
git config --global user.name "Travis CI"
Expand Down
2 changes: 1 addition & 1 deletion webext/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Browsh",
"version": "1.0.0",
"version": "1.0.1",

"description": "Renders the browser as realtime, interactive, TTY-compatible text",

Expand Down

0 comments on commit 14796c0

Please sign in to comment.