Skip to content

Commit

Permalink
Solving CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jmramosr committed May 20, 2020
1 parent 6d641f1 commit 745badb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ script:
- chmod +x compile_part_1.sh
- sh compile_part_1.sh
- build-wrapper-linux-x86-64 --out-dir bw-output make
- gcov -a -f -c -m -b -w ./obj/*.gcno -o ./obj/ -s ./src/
- gcov -a -f -c -m -b ./obj/*.gcno -o ./obj/ -s ./src/
- gcovr -g -k -r ./ --xml -o ./xml/coverage.xml
- gcovr -g -k -r ./ --sonarqube -o ./xml/sonarqube.xml
- sonar-scanner -Dsonar.cfamily.build-wrapper-output=bw-output

after_success:
Expand Down

0 comments on commit 745badb

Please sign in to comment.