Skip to content

Commit 9d00005

Browse files
authored
.travis.yml Use stable snapcraft
1 parent 6fa5b96 commit 9d00005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ deploy:
3636
'on':
3737
branch: master
3838
provider: script
39-
script: docker run -v $(pwd):$(pwd) -t snapcore/snapcraft sh -c "apt update -qq
39+
script: docker run -v $(pwd):$(pwd) -t snapcore/snapcraft:stable sh -c "apt update -qq
4040
&& cd $(pwd) && snapcraft && snapcraft push *.snap --release edge"
4141
skip_cleanup: true

0 commit comments

Comments
 (0)