Skip to content

Commit e170b84

Browse files
authored
Merge pull request #197 from abitrolly/patch-2
Remove docker and fix YAML
2 parents 2f62b38 + ac0764a commit e170b84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ addons:
44
apt:
55
packages:
66
- snapcraft
7-
services:
8-
- docker
97
python:
108
- '2.7'
119
- '3.3'
@@ -40,6 +38,6 @@ jobs:
4038
on:
4139
branch: master
4240
provider: snap
43-
snap: *.snap
41+
snap: "*.snap"
4442
channel: edge
4543
skip_cleanup: true

0 commit comments

Comments
 (0)