Skip to content

Commit

Permalink
downgrade anaconda client as well?
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Mar 2, 2018
1 parent 8343d8a commit 59ac055
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 @@ -25,4 +25,4 @@ script:
- python run_tests.py -v2

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

0 comments on commit 59ac055

Please sign in to comment.