Skip to content

Commit

Permalink
revert .travis.yml to match master
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Mar 1, 2017
1 parent 475124e commit b289388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ script:
- python test/test_suite.py -V # --no-graphics

after_success:
- conda install conda-build && conda install anaconda-client && bash conda-recipes/pcmdi_metrics/conda_upload.sh
- if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then conda install conda-build && conda install anaconda-client && bash conda-recipes/pcmdi_metrics/conda_upload.sh; fi

0 comments on commit b289388

Please sign in to comment.