Jan Breuer
2015-10-08 8746b911b06fe0fc3060c9c12493c13edfcdbd7e
.travis.yml
@@ -1,5 +1,11 @@
install:
        - sudo apt-get install libcunit1-dev
addons:
  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