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

26 lines
473 B
YAML
Raw Normal View History

addons:
apt:
packages:
2018-02-16 23:54:39 +01:00
- rpm
2018-02-16 23:38:45 +01:00
language: go
2018-02-17 14:55:24 +01:00
go: '1.10'
2018-03-11 18:58:53 +01:00
services:
- docker
2018-02-16 23:38:45 +01:00
install:
- make setup
2018-02-18 21:34:21 +01:00
before_script:
- rpmbuild --version
2018-02-16 23:38:45 +01:00
script:
- make ci
after_success:
- bash <(curl -s https://codecov.io/bash)
2018-02-17 01:47:22 +01:00
# - test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
2018-02-16 23:38:45 +01:00
notifications:
email: false
deploy:
- provider: script
skip_cleanup: true
script: curl -sL http://git.io/goreleaser | bash
on:
tags: true