Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Aug 19, 2019
1 parent 4692bd2 commit c22ffe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- pip install tox-travis codecov
script:
- tox
- sed -i 's/filename="/filename=".\//g' coverage.xml
- ( which sonar-scanner && sonar-scanner || true )
#- sed -i 's/filename="/filename=".\//g' coverage.xml
#- ( which sonar-scanner && sonar-scanner || true )
after_success:
- codecov

0 comments on commit c22ffe3

Please sign in to comment.