From a9b6513e508a5f49f04c57155a760c657b4e92ee Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 14 Mar 2019 11:53:19 +0100 Subject: [PATCH] :wrench: Try me --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.43.0