Skip to content

Commit ce0b211

Browse files
authored
.travis.yml Fix another missing snapcraft:stable
1 parent fabe8cd commit ce0b211

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
@@ -26,7 +26,7 @@ jobs:
2626
env: EMPTY
2727
before_install: skip
2828
install: skip
29-
script: docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft snapcraft
29+
script: docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft:stable snapcraft
3030
after_success:
3131
- openssl aes-256-cbc -K $encrypted_8b01c2e263fa_key -iv $encrypted_8b01c2e263fa_iv
3232
-in .snapcraft/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d

0 commit comments

Comments
 (0)