From: fennecdjay Date: Thu, 14 Mar 2019 10:53:19 +0000 (+0100) Subject: :wrench: Try me X-Git-Tag: nightly~2720 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=a9b6513e508a5f49f04c57155a760c657b4e92ee;p=gwion.git :wrench: Try me --- diff --git a/.travis.yml b/.travis.yml index 6fae6af8..7d1fd131 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,13 @@ os: - windows addons: - coverity_scan: - project: - name: "fennecdjay/Gwion" - description: "" - notification_email: astor.jeremie@wanadoo.fr - build_command: make - branch_pattern: coverity_scan +# coverity_scan: +# project: +# name: "fennecdjay/Gwion" +# description: "" +# notification_email: astor.jeremie@wanadoo.fr +# build_command: make +# branch_pattern: coverity_scan apt: sources: - ubuntu-toolchain-r-test @@ -73,10 +73,10 @@ script: - if [ $(uname) = "Linux" ] || [ $(uname) = "Darwin" ]; then make && make test; else - choco install make export CFLAGS+=-DBUILD_ON_WINDOWS; make.exe && make.exe test; fi; +# choco install make after_success: - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1 ]; then