From 028a43c117009f0493c1f53a5ed745ee70f1f639 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 3 Oct 2020 00:33:03 -0700 Subject: [PATCH] -j 32 is too many, but an interesting test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b0cf0cf9..a50194a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ jobs: - env: TEST_TARGET=travis-check-astyle script: - unset CC - - make -j 2 $TEST_TARGET + - make -j 32 $TEST_TARGET notifications: email: on_success: change