.travis.yml

This commit is contained in:
Markus Gans 2015-10-04 19:36:09 +02:00
parent 28eef6a160
commit da51dcccb3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ addons:
description: "Build submitted via Travis CI"
notification_email: guru.mail@muenster.de
build_command_prepend: "autoreconf -v --install --force && ./configure --prefix=/usr && make clean"
build_command: "make -j10 && make check"
build_command: "make -j10"
branch_pattern: master
script: