1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-07 13:31:37 +02:00

chore: fix snapcraft on travis, maybe

This commit is contained in:
Carlos Alexandro Becker 2018-02-04 20:29:32 -02:00 committed by Carlos Alexandro Becker
parent 2b959e0c91
commit 681393119f

View File

@ -11,7 +11,7 @@ install:
- sudo apt-get update
- sudo apt-get install --yes snapd rpm
- export PATH=/snap/bin:$PATH
- sudo snap install snapcraft --candidate --classic
- sudo snap install snapcraft --classic
script:
- make ci
- test -n "$TRAVIS_TAG" || go run main.go --skip-validate --skip-publish