Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@xxxxxxxxx> --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f76dd4249613db1a5bf59b451fd75541207409f1..c67a815612d6202601b6605cae680bb0e558bba0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: c script: - - ./bootstrap && ./configure && make + - ./bootstrap + && ./configure + && make -j `/usr/bin/getconf _NPROCESSORS_ONLN` # ipv6 is not supported by Travis - make -C src/func_tests/ v4test compiler: -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html