Skip to content

Commit

Permalink
Fix variable check
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 17, 2015
1 parent 08f0677 commit 82ad2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deploy_docs.sh
@@ -1,5 +1,5 @@
#!/bin/bash
if [[ $TRAVIS_BRANCH == "master" && $PY == 3.4 ]]
if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PYTHON_VERSION == 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
Expand Down

0 comments on commit 82ad2a7

Please sign in to comment.