We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 982e47a + f5c9345 commit e77663cCopy full SHA for e77663c
.travis.yml
@@ -1,9 +1,5 @@
1
language: python
2
dist: xenial
3
-addons:
4
- apt:
5
- packages:
6
- - snapcraft
7
python:
8
- '3.8'
9
- '3.9'
@@ -22,10 +18,17 @@ branches:
22
18
jobs:
23
19
include:
24
20
- stage: Pack snap
21
+ addons:
+ snaps:
+ - name: snapcraft
+ classic: true
25
+ - name: multipass
26
27
+ channel: beta
28
env: EMPTY
29
before_install: skip
30
install: skip
- script: snapcraft
31
+ script: sudo snapcraft
32
deploy:
33
on:
34
branch: master
0 commit comments