Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -52,8 +52,8 @@ after_success: # - source deactivate - conda install -y -q conda-build anaconda-client - cd ../ # Step out of the python dir and out of the build dir - pwd - if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ;then conda config --set anaconda_upload yes conda build --token $CONDA_UPLOAD_TOKEN recipe -q; else conda build recipe -q; Loading Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -52,8 +52,8 @@ after_success: # - source deactivate - conda install -y -q conda-build anaconda-client - cd ../ # Step out of the python dir and out of the build dir - pwd - if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ;then conda config --set anaconda_upload yes conda build --token $CONDA_UPLOAD_TOKEN recipe -q; else conda build recipe -q; Loading