MAINT: remove check for TRAVIS_PULL_REQUEST (never false)

This commit is contained in:
François Boulogne
2015-09-17 08:20:08 -04:00
parent 341039fec7
commit 7e150256cd
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_BRANCH == "master" && $PY == 3.4 ]]
if [[ $TRAVIS_BRANCH == "master" && $PY == 3.4 ]]
then
# See https://help.github.com/articles/creating-an-access-token-for-command-line-use/ for how to generate a token
# See http://docs.travis-ci.com/user/encryption-keys/ for how to generate