Skip to content

Commit

Permalink
[alpha-unito#70] disabled sonarcloude on pull request minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ARMartinelli committed Mar 17, 2019
1 parent 7ae3ac2 commit bc7483c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ script:
- cmake ..
- make
- ctest
- if [[ "$MATRIX_EVAL" == "CC=gcc-7 && CXX=g++-7" ] && "$TRAVIS_PULL_REQUEST" == "false"]; then cp ../sonar-project.properties . && build-wrapper-linux-x86-64 --out-dir bw-output make clean all && sonar-scanner ; fi
- if ["$TRAVIS_PULL_REQUEST" == "false" && "$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 && sonar-scanner ; fi

0 comments on commit bc7483c

Please sign in to comment.