Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ after_success: - conda install -q conda-build anaconda-client - conda config --set anaconda_upload no - travis_wait conda build recipe -q - builddir=(`conda build recipe --output`) - travis_wait builddir=(`conda build recipe --output`) - | if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --force; Loading Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ after_success: - conda install -q conda-build anaconda-client - conda config --set anaconda_upload no - travis_wait conda build recipe -q - builddir=(`conda build recipe --output`) - travis_wait builddir=(`conda build recipe --output`) - | if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --force; Loading