travis: Start with sonarcloud job first
Also change the condition, the environment variable is apparently still around when the decision to run it is made.
This commit is contained in:
+4
-4
@@ -55,17 +55,17 @@ env:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- compiler: clang
|
|
||||||
os: osx
|
|
||||||
env: TEST=osx
|
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: TEST=sonarcloud
|
env: TEST=sonarcloud
|
||||||
if: env(SONAR_TOKEN) IS present
|
if: type = push
|
||||||
git:
|
git:
|
||||||
depth: false
|
depth: false
|
||||||
addons:
|
addons:
|
||||||
sonarcloud:
|
sonarcloud:
|
||||||
organization: "strongswan"
|
organization: "strongswan"
|
||||||
|
- compiler: clang
|
||||||
|
os: osx
|
||||||
|
env: TEST=osx
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: TEST=coverage
|
env: TEST=coverage
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
|
|||||||
Reference in New Issue
Block a user