Skip to content

Commit

Permalink
remove deprecated keys from travis.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Mar 20, 2020
1 parent 5d91f43 commit 22160b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: go

os: linux

dist: bionic

go:
Expand Down Expand Up @@ -29,14 +31,14 @@ before_deploy:
- docker login -u "${DOCKER_LOGIN_USERNAME}" -p "${DOCKER_LOGIN_PASSWORD}" quay.io
deploy:
- provider: script
skip_cleanup: true
cleanup: false
script: curl -sL https://git.io/goreleaser | bash -s -- --snapshot --skip-publish --rm-dist && docker push "quay.io/mittwald/brudi:latest"
on:
tags: false
branch: master
condition: $TRAVIS_OS_NAME = linux
- provider: script
skip_cleanup: true
cleanup: false
script: curl -sL https://git.io/goreleaser | bash -s -- --rm-dist
on:
tags: true
Expand Down

0 comments on commit 22160b2

Please sign in to comment.