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

export /snap/bin to $PATH

This commit is contained in:
Leo Arias 2017-07-27 03:24:19 +00:00
parent f4a46ff113
commit e6d85cb40c

View File

@ -7,6 +7,7 @@ install:
- gem install fpm
- sudo apt-get update
- sudo apt-get install --yes snapd
- export PATH=/snap/bin:$PATH
- sudo snap install snapcraft --candidate --classic
script:
- make test