]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: win flags :smile: :smile:
authorfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 9 Oct 2019 20:04:03 +0000 (22:04 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 9 Oct 2019 20:04:03 +0000 (22:04 +0200)
.travis.yml

index ae2c6882bd1f8f55486c36337d6f5f25f186cec1..04ad465f44fc276456949ad44659651c498138b4 100644 (file)
@@ -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
@@ -78,11 +76,5 @@ 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