Skip to content

Commit

Permalink
ban sonar and sed from travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Mar 8, 2019
1 parent 87fa92d commit fb7d50c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ install:
- pip install tox-travis codecov coveralls
script:
- tox
- sed -i 's/filename="/filename=".\//g' coverage.xml
- ( which sonar-scanner && sonar-scanner || true )
after_script:
# Pipe the coverage data to Code Climate
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT --prefix $(readlink -f .)
after_success:
- codecov
Expand Down

0 comments on commit fb7d50c

Please sign in to comment.