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:
parent
5793445dc6
commit
8383cffbff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user