Skip to content

Commit 1e87720

Browse files
authored
Merge pull request #190 from abitrolly/patch-1
.travis.yml Fix another missing snapcraft:stable
2 parents fabe8cd + ce0b211 commit 1e87720

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)