1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-13 13:48:40 +02:00

chore(ci): remove travis (#1502)

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

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2020-05-10 19:10:16 -03:00 committed by GitHub
parent 943ef1d81f
commit de9e989185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 30 deletions

View File

@ -1,30 +0,0 @@
dist: bionic
language: go
go: '1.14.x'
services:
- docker
addons:
apt:
packages:
- snapcraft
install:
- make setup
script:
- make ci
- ./goreleaser check
- test -n "$TRAVIS_TAG" || ./goreleaser --snapshot --parallelism 2
after_success:
- bash <(curl -s https://codecov.io/bash)
- make static
- test -z "$(git status --porcelain)"
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- test -n "$TRAVIS_TAG" && openssl aes-256-cbc -K $encrypted_ee3523ecee9b_key -iv $encrypted_ee3523ecee9b_iv -in snap.login.enc -out snap.login -d
- test -n "$TRAVIS_TAG" && snapcraft login --with snap.login
deploy:
- provider: script
skip_cleanup: true
script: ./goreleaser
on:
tags: true
notifications:
email: false

Binary file not shown.