Skip to content

Commit

Permalink
Fixed. github-release installation failed on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbudde committed May 22, 2016
1 parent 869f4e3 commit 176f2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- sudo curl -L 'https://github.com/aktau/github-release/releases/download/v0.6.2/linux-amd64-github-release.tar.bz2' | tar xvjf - --strip-components 3 -C $HOME/bin
- go get github.com/aktau/github-release

install:
- go get -t ./...
Expand Down

0 comments on commit 176f2ca

Please sign in to comment.