Jan Breuer
2015-10-13 1cf2c568c9a8d3a515254036916219d1b12de4d0
.travis.yml
@@ -2,8 +2,10 @@
  apt:
    packages:
    - libcunit1-dev
    - clang
sudo: false
script:
    - make test
    - make
    - CC=clang CFLAGS="-g -O0 -fsanitize=address" LDFLAGS="-g -fsanitize=address" make clean test