From 2a73345e0f3195d01282fc421f856e8bc1bca0f0 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Tue, 6 Dec 2016 20:13:07 -0800 Subject: [PATCH] travis: Pull requests always skip deploy * https://docs.travis-ci.com/user/deployment/#Pull-Requests --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ea54890..a3b4798f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,5 @@ deploy: on: branch: master go: '1.7.4' - condition: "$TRAVIS_PULL_REQUEST = false" notifications: email: change -