Skip to content
Snippets Groups Projects
Unverified Commit 64307689 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .travis.yml

parent f9dd5d66
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment