Skip to content

Commit

Permalink
[alpha-unito#70] minor fix travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
ARMartinelli committed Mar 2, 2019
1 parent 9dfb198 commit 3d165d7
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ language: cpp
dist: trusty
sudo: required

addons:
sonarcloud:
organization: "falkenrambaldi-github" # the key of the org you chose at step #3


cache:
Expand All @@ -18,6 +15,9 @@ matrix:
osx_image: xcode10.1
env:
- MATRIX_EVAL="CC=clang && CXX=clang++"
addons:
sonarcloud:
organization: "falkenrambaldi-github"

- os: linux
addons:
Expand All @@ -26,7 +26,8 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-5

sonarcloud:
organization: "falkenrambaldi-github"
env:
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
- os: linux
Expand All @@ -36,7 +37,8 @@ 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 @@ -46,7 +48,8 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-7

sonarcloud:
organization: "falkenrambaldi-github"
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
- os: linux
Expand All @@ -58,6 +61,8 @@ matrix:
packages:
- g++-7
- clang-5.0
sonarcloud:
organization: "falkenrambaldi-github"
env:
- MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"

Expand Down

0 comments on commit 3d165d7

Please sign in to comment.