Loading .travis.yml +6 −8 Original line number Diff line number Diff line Loading @@ -64,14 +64,12 @@ script: after_success: - coveralls - | if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then travis-sphinx deploy; source deactivate; conda install conda-build anaconda-client; conda config --set anaconda_upload yes; conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION -c conda-forge -c menpo -c usgs-astrogeology conda; fi deploy: provider: script script: deploy.sh on: branch: dev notifications: webhooks: Loading Loading
.travis.yml +6 −8 Original line number Diff line number Diff line Loading @@ -64,14 +64,12 @@ script: after_success: - coveralls - | if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then travis-sphinx deploy; source deactivate; conda install conda-build anaconda-client; conda config --set anaconda_upload yes; conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION -c conda-forge -c menpo -c usgs-astrogeology conda; fi deploy: provider: script script: deploy.sh on: branch: dev notifications: webhooks: Loading