From 4b56270494b0b2d7fa852abcfef89958ddb2bc31 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Tue, 6 Dec 2016 18:53:54 -0800 Subject: [PATCH] *: don't deploy on merge We don't want to clutter the Quay repo with non-release tags, particularly if they're not for the master branch. --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6088b310..310fbb32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,15 +36,6 @@ script: - ./build-docker - ./build-docker clean -deploy: - provider: script - script: scripts/deploy - skip_cleanup: true - on: - branch: master - go: '1.6.2' - condition: "$TRAVIS_PULL_REQUEST = false" - notifications: email: false