Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Move coverage to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justusschock committed Sep 6, 2019
1 parent 93498ac commit e343d9d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -172,16 +172,13 @@ script:
# run tests or stylechecks
- if [[ "$TEST_TYPE" == "unittests" ]]; then
bash scripts/ci/run_tests.sh;
codecov;
elif [[ "$TEST_TYPE" == "docs" ]]; then
bash scripts/ci/build_docs.sh;
else
bash scripts/ci/run_style_checks.sh;
fi

after_success:
- if [[ "$TEST_TYPE" == "unittests" ]]; then
codecov;

before_deploy:
- cd $TRAVIS_BUILD_DIR

Expand Down

0 comments on commit e343d9d

Please sign in to comment.