Iztok Jeras
2015-10-06 7a425ef1806183ac563507740e94b5d0a439dad3
.travis.yml
@@ -1,10 +1,11 @@
addons:
  apt:
    packages:
    - cunit
    - libcunit1-dev
    - clang
sudo: false
script:
    - make test
    - make
    - CC=clang CFLAGS="-g -O0 -fsanitize=address" LDFLAGS="-g -fsanitize=address" make clean test