Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/KarrLab/wc_lang
Browse files Browse the repository at this point in the history
  • Loading branch information
artgoldberg committed Dec 10, 2017
2 parents fb5b687 + 40ec4e5 commit 2afe0f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
set +e
karr_lab_build_utils2 run-tests tests --with-xunit --with-coverage
RESULT2=$?
RESULT_PY2=$?
karr_lab_build_utils3 run-tests tests --with-xunit --with-coverage
RESULT3=$?
RESULT_PY3=$?
karr_lab_build_utils3 make-and-archive-reports
karr_lab_build_utils3 do-post-test-tasks
RESULT_POST_TASKS=$?
if [[ $RESULT2 -eq 0 && $RESULT3 -eq 0 ]]; then
karr_lab_build_utils3 trigger-tests-of-downstream-dependencies
exit $?
if [[ $RESULT_PY2 -eq 0 && $RESULT_PY3 -eq 0 && $RESULT_POST_TASKS ]]; then
exit 0
else
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg)](http://code.karrlab.org)
[![Test results](https://circleci.com/gh/KarrLab/wc_lang.svg?style=shield&circle-token=f0edfe4f971e8871ebb097bdc7b10a270cd90a96)](https://circleci.com/gh/KarrLab/wc_lang)
[![Test coverage](https://coveralls.io/repos/github/KarrLab/wc_lang/badge.svg?t=xViD7w)](https://coveralls.io/github/KarrLab/wc_lang)
[![Code analysis](https://codeclimate.com/repos/58209c1247a76768b7003fef/badges/a0853e8ad58492f9f5df/gpa.svg)](https://codeclimate.com/repos/57ab5de1d544216f7d000615)
[![Code analysis](https://api.codeclimate.com/v1/badges/a0853e8ad58492f9f5df/maintainability)](https://codeclimate.com/repos/57ab5de1d544216f7d000615)
[![License](https://img.shields.io/github/license/KarrLab/wc_lang.svg)](LICENSE)
![Analytics](https://ga-beacon.appspot.com/UA-86759801-1/wc_lang/README.md?pixel)

Expand Down

0 comments on commit 2afe0f1

Please sign in to comment.