Skip to content

Commit

Permalink
travis: install gorelaser in initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Apr 22, 2018
1 parent 5fc97e1 commit 4374ab8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go:
install:
- go get -u github.com/golang/dep/cmd/dep/...
- go get -u github.com/alecthomas/gometalinter/...
- go get -u github.com/goreleaser/goreleaser
- gometalinter --install
script: make ci
services:
Expand Down
4 changes: 0 additions & 4 deletions ci_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ if [ ! -e $CI ]; then
echo "Logging in to Docker..."
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin

# Install goreleaser
echo "Fetching goreleaser..."
go get -u github.com/goreleaser/goreleaser

# Create the release
echo "Creating release..."
goreleaser release
Expand Down

0 comments on commit 4374ab8

Please sign in to comment.