removed branch condition

This commit is contained in:
Erik Frojdh
2018-12-12 16:28:58 +01:00
parent 547efc48e3
commit feeaebb7e4

View File

@ -40,6 +40,6 @@ script:
deploy:
provider: script
script: find $HOME/miniconda/conda-bld/${TRAVIS_OS_NAME}-64 -name "*.tar.bz2" -exec anaconda -t $CONDA_TOKEN upload --force {} \;
on:
branch: developer
# on:
# branch: developer