Skip to content

Commit

Permalink
[alpha-unito#70] deleted useless addons for travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ARMartinelli committed Mar 3, 2019
1 parent 25fb427 commit d45add2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,13 @@ matrix:
osx_image: xcode10.1
env:
- MATRIX_EVAL="CC=clang && CXX=clang++"
addons:
sonarcloud:
organization: "falkenrambaldi-github"

- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
sonarcloud:
organization: "falkenrambaldi-github"
env:
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
- os: linux
Expand All @@ -37,8 +31,6 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-6
sonarcloud:
organization: "falkenrambaldi-github"
env:
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
- os: linux
Expand All @@ -61,8 +53,6 @@ matrix:
packages:
- g++-7
- clang-5.0
sonarcloud:
organization: "falkenrambaldi-github"
env:
- MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"

Expand All @@ -76,5 +66,4 @@ script:
- cmake ..
- make
- ctest
- 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
- 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 && sonar-scanner ; fi

0 comments on commit d45add2

Please sign in to comment.