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

22 lines
419 B
YAML
Raw Normal View History

2018-02-16 23:38:45 +01:00
dist: trusty
sudo: required
language: go
go: 1.9
services:
- docker
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