From: Tobias Brunner Date: Tue, 13 Nov 2018 15:42:44 +0000 (+0100) Subject: travis: Start with sonarcloud job first X-Git-Tag: 5.7.2dr4~17^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff977331632cb25a7d6e35563a4d9d2907c261d5;p=thirdparty%2Fstrongswan.git 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. --- diff --git a/.travis.yml b/.travis.yml index 904f1a910e..5dbeb44c6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,17 +55,17 @@ env: matrix: include: - - compiler: clang - os: osx - env: TEST=osx - compiler: gcc env: TEST=sonarcloud - if: env(SONAR_TOKEN) IS present + if: type = push git: depth: false addons: sonarcloud: organization: "strongswan" + - compiler: clang + os: osx + env: TEST=osx - compiler: gcc env: TEST=coverage - compiler: clang