Skip to content

Commit ff97733

Browse files
committed
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.
1 parent 187ab29 commit ff97733

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ env:
5555

5656
matrix:
5757
include:
58-
- compiler: clang
59-
os: osx
60-
env: TEST=osx
6158
- compiler: gcc
6259
env: TEST=sonarcloud
63-
if: env(SONAR_TOKEN) IS present
60+
if: type = push
6461
git:
6562
depth: false
6663
addons:
6764
sonarcloud:
6865
organization: "strongswan"
66+
- compiler: clang
67+
os: osx
68+
env: TEST=osx
6969
- compiler: gcc
7070
env: TEST=coverage
7171
- compiler: clang

0 commit comments

Comments
 (0)