Skip to content

Commit

Permalink
[alpha-unito#70] sonarqube only for gcc7
Browse files Browse the repository at this point in the history
  • Loading branch information
ARMartinelli committed Mar 3, 2019
1 parent 3d165d7 commit 25fb427
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,5 @@ script:
- cmake ..
- make
- ctest
- cp ../sonar-project.properties .
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then build-wrapper-macosx-x86 --out-dir bw-output make clean all ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then build-wrapper-linux-x86-64 --out-dir bw-output make clean all ; fi
- if [[ "$MATRIX_EVAL" == "CC=gcc-7 && CXX=g++-7" ]]; then cp ../sonar-project.properties . && build-wrapper-linux-x86-64 --out-dir bw-output make clean all ; fi
- sonar-scanner

0 comments on commit 25fb427

Please sign in to comment.