From 18a933ba45f42e3ea291feb25726f9e0afa87f88 Mon Sep 17 00:00:00 2001 From: Brendan Le Glaunec Date: Sat, 29 Jun 2019 04:27:57 +0200 Subject: [PATCH] Remove goreleaser (#232) * Debug goreleaser * Remove goreleaser --- .travis.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb8055a..7f0649a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,8 +33,6 @@ before_install: - docker version install: -# needed for the snap pipe: -- sudo snap install snapcraft --classic - docker build -t cameradar . script: @@ -59,21 +57,6 @@ script: - grep "Successful attack" logs.txt || exit 1 - git clean -fd -after_success: -# You'll need to run `snapcraft export-login snap.login` and -# `travis encrypt-file snap.login --add` to add the key to the travis -# environment. -- test -n "$TRAVIS_TAG" && snapcraft login --with snap.login - -# calls goreleaser -deploy: -- provider: script - skip_cleanup: true - script: curl -sL https://git.io/goreleaser | bash - on: - tags: true - condition: $TRAVIS_OS_NAME = linux - notifications: email: recipients: