mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 08:10:34 +08:00
Merge pull request #1711 from blink1073/docs-push-again
Fix variable check in docs deployment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user