mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
24 lines
342 B
YAML
24 lines
342 B
YAML
language: go
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
# needed for the nfpm pipe:
|
|
- rpm
|
|
|
|
# needed for the docker pipe
|
|
# services:
|
|
# - docker
|
|
|
|
# calls goreleaser
|
|
deploy:
|
|
skip_cleanup: true
|
|
provider: script
|
|
script: make deploy
|
|
on:
|
|
tags: true
|
|
notifications:
|
|
email: false
|
|
on:
|
|
tags: true
|
|
condition: $TRAVIS_OS_NAME = linux |