Skip to content

Commit e9aa1f7

Browse files
authored
Install latest snapcraft with snap
To reenable license field #202 (comment)
1 parent 21f4be6 commit e9aa1f7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 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
- '2.7'
95
- '3.4'
@@ -29,7 +25,7 @@ jobs:
2925
- stage: Pack snap
3026
env: EMPTY
3127
before_install: skip
32-
install: skip
28+
install: sudo snap install snapcraft --classic
3329
script: snapcraft
3430
deploy:
3531
on:

0 commit comments

Comments
 (0)