Skip to content

Commit

Permalink
fix: small travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 21, 2018
1 parent 0a4b5b3 commit 47d2cef
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 @@ -13,7 +13,7 @@ script:
after_success:
- go get github.com/mattn/goveralls
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken="$COVERALLS_TOKEN"
- sudo snap install snapcraft --classic
- test -n "$TRAVIS_TAG" && sudo snap install snapcraft --classic
- test -n "$TRAVIS_TAG" && snapcraft login --with snap.login
deploy:
- provider: script
Expand Down

0 comments on commit 47d2cef

Please sign in to comment.