diff --git a/.travis.yml b/.travis.yml index 595a7fa..002963c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: go +os: linux + dist: bionic go: @@ -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