1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-23 21:36:21 +02:00
nfpm/.travis.yml
Carlos Alexandro Becker d29b42a9de
clean: remove last mentions to rpmbuild (#84)
* clean: remove last mentions to rpmbuild

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: goproxy

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-10-09 16:30:17 -03:00

24 lines
534 B
YAML

# acceptance does not work with current default trusty
dist: xenial
language: go
go: '1.13.x'
services:
- docker
before_install:
- sudo docker run --privileged linuxkit/binfmt:v0.7
install:
- make setup
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