1
0
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:
Leo Arias 2017-07-27 03:17:24 +00:00
parent e8bf270ba2
commit f4a46ff113

View File

@ -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