Skip to content

Commit

Permalink
one day i will know bash....
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Mar 2, 2018
1 parent a9ae11b commit ff45297
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 @@ -21,7 +21,7 @@ script:
- conda info -a
- source activate py2
- python setup.py install
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then python run_tests.py -v2
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then python run_tests.py -v2 ; fi

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

0 comments on commit ff45297

Please sign in to comment.