1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix(ci): install snapcraft (#1312)

* 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>
This commit is contained in:
Carlos Alexandro Becker 2020-01-26 11:43:43 -03:00 committed by GitHub
parent 5793445dc6
commit 8383cffbff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
dist: trusty
sudo: required
dist: bionic
language: go
go: '1.13.x'
services:
@ -7,12 +6,9 @@ services:
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