We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ee7c9 commit 494f690Copy full SHA for 494f690
.travis.yml
@@ -57,6 +57,6 @@ before_script:
57
script:
58
- shopt -s expand_aliases
59
- alias snapcraft="sudo sh snap.sh"
60
- - snapcraft --version
61
- #- if [ -n "$TRAVIS_TAG" ]; then ; fi
+ - yarn run publish
+ #- if [ -n "$TRAVIS_TAG" ]; then ; fi
62
#- sudo bash -c "snapcraft() { docker run -v $(pwd):/my-snap snapcore/snapcraft sh -c 'apt update && cd /my-snap && snapcraft $1'; } && yarn run publish"
0 commit comments