Skip to content

Commit e77663c

Browse files
authored
Merge pull request #203 from techtonik/patch-1
Install latest snapcraft with snap
2 parents 982e47a + f5c9345 commit e77663c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
language: python
22
dist: xenial
3-
addons:
4-
apt:
5-
packages:
6-
- snapcraft
73
python:
84
- '3.8'
95
- '3.9'
@@ -22,10 +18,17 @@ branches:
2218
jobs:
2319
include:
2420
- stage: Pack snap
21+
addons:
22+
snaps:
23+
- name: snapcraft
24+
classic: true
25+
- name: multipass
26+
classic: true
27+
channel: beta
2528
env: EMPTY
2629
before_install: skip
2730
install: skip
28-
script: snapcraft
31+
script: sudo snapcraft
2932
deploy:
3033
on:
3134
branch: master

0 commit comments

Comments
 (0)