Skip to content

Commit

Permalink
Fix some travis mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Aug 4, 2017
1 parent 4fbab69 commit 5227095
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ deploy:
condition: "$TRAVIS_TAG == *a*"
- provider: script
skip_cleanup: true
script: anaconda -t $ANACONDA_TOKEN upload -l beta ${HOME}/miniconda/conda-bld/linux-64/molmod-*.tar.bz2
script: anaconda -t $ANACONDA_TOKEN upload -l beta ${HOME}/miniconda/conda-bld/linux-64/yaff-*.tar.bz2
on:
repo: molmod/yaff
tags: true
condition: "$TRAVIS_TAG == *b*"
- provider: script
skip_cleanup: true
script: anaconda -t $ANACONDA_TOKEN upload -l main ${HOME}/miniconda/conda-bld/linux-64/molmod-*.tar.bz2
script: anaconda -t $ANACONDA_TOKEN upload -l main ${HOME}/miniconda/conda-bld/linux-64/yaff-*.tar.bz2
on:
repo: molmod/yaff
tags: true
Expand All @@ -118,6 +118,5 @@ deploy:
local_dir: doc/_build/html
on:
repo: molmod/yaff
# condition: "$TRAVIS_TAG != *[ab]* && $MYCONDAPY == 2.7"
condition: "$MYCONDAPY == 2.7"
condition: "$TRAVIS_TAG != *[ab]* && $MYCONDAPY == 2.7"
tags: true

0 comments on commit 5227095

Please sign in to comment.