From: fennecdjay Date: Wed, 9 Oct 2019 20:10:26 +0000 (+0200) Subject: :wrench: Travis is back? X-Git-Tag: nightly~2198^2~59 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a55ce85998ae0ca0ce4652d2b0919ee6716ac1cf;p=gwion.git :wrench: Travis is back? --- diff --git a/.travis.yml b/.travis.yml index 15c6d401..7a5ab1f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: c -#sudo: required + os: - linux - osx @@ -16,7 +16,6 @@ addons: apt: packages: - valgrind -# - lcov env: global: @@ -33,8 +32,7 @@ env: matrix: allow_failures: - - compiler: clang -# - os: windows + - os: windows compiler: - gcc @@ -42,11 +40,10 @@ compiler: install: - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1 ]; then - pip install --user --upgrade pip; - pip install --user urllib3[secure]; - pip install --user cpp-coveralls; - fi; -# - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1 ]; then gem install coveralls-lcov; fi; + pip install --user --upgrade pip; + pip install --user urllib3[secure]; + pip install --user cpp-coveralls; + fi; - if [ $(uname) != "Linux" ] && [ $(uname) != "Darwin" ]; then choco install make; export BUILD_ON_WINDOWS=1;