From: fennecdjay Date: Wed, 9 Oct 2019 20:08:29 +0000 (+0200) Subject: :wrench: Travis is back X-Git-Tag: nightly~2198^2~60 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=4965106f596896d1864acea888062e48decb92c6;p=gwion.git :wrench: Travis is back --- diff --git a/.travis.yml b/.travis.yml index e26edfe1..15c6d401 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: c - +#sudo: required os: - linux - osx @@ -16,6 +16,7 @@ addons: apt: packages: - valgrind +# - lcov env: global: @@ -32,7 +33,8 @@ env: matrix: allow_failures: - - os: windows + - compiler: clang +# - os: windows compiler: - gcc @@ -81,5 +83,11 @@ after_success: COVERALLS_REPO_TOKEN=OdYyiJMdUIolVNqWHX5pe3QERNcBv7t2p coveralls -i include -i src/ --gcov-options '\-lp' -b.; fi +after_failure: + - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.7 ]; then + make clean; DEBUG_STACK=1 make; + ./gwion tests/tree/array_test.gw; + fi + git: submodules: false