mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
install snapcraft in travis
This commit is contained in:
parent
e8bf270ba2
commit
f4a46ff113
@ -1,8 +1,13 @@
|
||||
dist: trusty
|
||||
sudo: required
|
||||
language: go
|
||||
go: 1.8.3
|
||||
install:
|
||||
- make setup
|
||||
- gem install fpm
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install --yes snapd
|
||||
- sudo snap install snapcraft --candidate --classic
|
||||
script:
|
||||
- make test
|
||||
- test -n "$TRAVIS_TAG" || go run main.go --skip-validate --skip-publish
|
||||
|
Loading…
x
Reference in New Issue
Block a user