.travis.yml
This commit is contained in:
parent
28eef6a160
commit
da51dcccb3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue