Only run samples on travis builds

This commit is contained in:
Snaipe 2015-04-14 17:57:54 +02:00
parent f9d3d318f1
commit ea2721dbb8

View file

@ -8,7 +8,7 @@ before_install:
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 90
- sudo pip install cpp-coveralls
script:
- ./autogen.sh && ./configure --enable-gcov CFLAGS="-g -O0" && make && make check
- ./autogen.sh && ./configure --enable-gcov CFLAGS="-g -O0" && make && make -C samples check
after_success:
- coveralls --gcov gcov-4.9 --exclude samples --exclude dependencies --gcov-options '\-lp' -b .
after_failure: