1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-10-01 14:51:15 +02:00
nfpm/.travis.yml
2018-03-11 14:58:53 -03:00

26 lines
473 B
YAML

addons:
apt:
packages:
- rpm
language: go
go: '1.10'
services:
- docker
install:
- make setup
before_script:
- rpmbuild --version
script:
- make ci
after_success:
- bash <(curl -s https://codecov.io/bash)
# - test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
notifications:
email: false
deploy:
- provider: script
skip_cleanup: true
script: curl -sL http://git.io/goreleaser | bash
on:
tags: true