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.
2 parents 6fa5b96 + 9d00005 commit fabe8cdCopy full SHA for fabe8cd
.travis.yml
@@ -36,6 +36,6 @@ deploy:
36
'on':
37
branch: master
38
provider: script
39
- script: docker run -v $(pwd):$(pwd) -t snapcore/snapcraft sh -c "apt update -qq
+ script: docker run -v $(pwd):$(pwd) -t snapcore/snapcraft:stable sh -c "apt update -qq
40
&& cd $(pwd) && snapcraft && snapcraft push *.snap --release edge"
41
skip_cleanup: true
0 commit comments