Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 8, 2016
1 parent d8fa368 commit c4853ef
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
language: go
go: 1.7.1
addons:
apt:
packages:
- wget
install:
- go get github.com/Masterminds/glide
- glide install
script: go test -cover `glide nv`
after_success:
test ! -z "$TRAVIS_TAG" && \
wget -O - https://raw.githubusercontent.com/caarlos0/go-releaser/master/release | bash -s -- -u caarlos0 -r fork-cleaner -b fork-cleaner -m .
test ! -z "$TRAVIS_TAG" && wget -O - https://raw.githubusercontent.com/caarlos0/go-releaser/master/release | bash -s -- -u caarlos0 -r fork-cleaner -b fork-cleaner -m .
notifications:
email: false

0 comments on commit c4853ef

Please sign in to comment.