Skip to content

Commit ef1ab82

Browse files
authored
Install multipass for snapcraft
You need multipass installed to build snaps (https://github.com/CanonicalLtd/multipass). Would you like to install it now? [y/N]:
1 parent e9aa1f7 commit ef1ab82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- stage: Pack snap
2626
env: EMPTY
2727
before_install: skip
28-
install: sudo snap install snapcraft --classic
28+
install:
29+
- sudo snap install snapcraft --classic
30+
- sudo snap install multipass --classic --beta
2931
script: snapcraft
3032
deploy:
3133
on:

0 commit comments

Comments
 (0)