Unverified Commit 5df2f88e authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update deploy.sh

No need for if blocks when we can use the travis.yml to constrain to particular branches
parent 68f8a590
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
travis-sphinx deploy
    source deactivate
conda 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
 No newline at end of file