Skip to content

Commit

Permalink
Remove potentially unnecessary travis config parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
chclaus committed Apr 16, 2018
1 parent a7bb167 commit eaa247b
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .travis.yml
Expand Up @@ -12,26 +12,6 @@ os:

script: go install

addons:
apt:
packages:
# needed for the nfpm pipe:
- rpm
# needed for the snap pipe:
- snapcraft

env:
# needed for the snap pipe:
- PATH=/snap/bin:$PATH

install:
# needed for the snap pipe:
- sudo snap install snapcraft --classic

# needed for the docker pipe
services:
- docker

# calls goreleaser
deploy:
- provider: script
Expand Down

0 comments on commit eaa247b

Please sign in to comment.