Skip to content

Commit eaa247b

Browse files
committed
Remove potentially unnecessary travis config parameters
1 parent a7bb167 commit eaa247b

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.travis.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,6 @@ os:
1212

1313
script: go install
1414

15-
addons:
16-
apt:
17-
packages:
18-
# needed for the nfpm pipe:
19-
- rpm
20-
# needed for the snap pipe:
21-
- snapcraft
22-
23-
env:
24-
# needed for the snap pipe:
25-
- PATH=/snap/bin:$PATH
26-
27-
install:
28-
# needed for the snap pipe:
29-
- sudo snap install snapcraft --classic
30-
31-
# needed for the docker pipe
32-
services:
33-
- docker
34-
3515
# calls goreleaser
3616
deploy:
3717
- provider: script

0 commit comments

Comments
 (0)