ci: inherit --jobs via MAKEFLAGS in run-build-and-tests
[gitweb.git] / ci / run-build-and-tests.sh
index cda170d5c27bab7c511d6fe70fc9852b21cc0180..80d72d120f6fa9131859ce4433562fb4ab91ef35 100755 (executable)
@@ -3,11 +3,11 @@
 # Build and test Git
 #
 
-. ${0%/*}/lib-travisci.sh
+. ${0%/*}/lib.sh
 
 ln -s "$cache_dir/.prove" t/.prove
 
-make --jobs=2
+make
 make --quiet test
 if test "$jobname" = "linux-gcc"
 then