language: c
-
+#sudo: required
os:
- linux
- osx
apt:
packages:
- valgrind
+# - lcov
env:
global:
matrix:
allow_failures:
- - os: windows
+ - compiler: clang
+# - os: windows
compiler:
- gcc
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