Skip to content

Commit

Permalink
fix(ci): install snapcraft (#1312)
Browse files Browse the repository at this point in the history
* fix(ci): install snapcraft

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix(ci): install snapcraft

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Jan 26, 2020
1 parent 5793445 commit 8383cff
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
@@ -1,18 +1,14 @@
dist: trusty
sudo: required
dist: bionic
language: go
go: '1.13.x'
services:
- docker
addons:
apt:
packages:
- snapd
env:
- PATH=/snap/bin:$PATH
- snapcraft
install:
- make setup
- sudo snap install snapcraft --classic
script:
- make ci
- test -n "$TRAVIS_TAG" || ./goreleaser --snapshot
Expand Down

0 comments on commit 8383cff

Please sign in to comment.