Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Mar 2, 2018
1 parent 6c4eb9b commit 8343d8a
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<4" && conda install anaconda-client && bash -x recipes/pcmdi_metrics/conda_upload.sh; fi

0 comments on commit 8343d8a

Please sign in to comment.