From 7ecb936bf5190f6253b95b56548fca1d1df1bde7 Mon Sep 17 00:00:00 2001 From: Colin Schmidt Date: Wed, 16 Sep 2015 12:25:00 -0700 Subject: [PATCH] Remove -j from "make run-bmark-tests" in travis +currently causes inconsistency in build success +unclear what root cause is --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8a4cf5e5..00515435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,4 +73,4 @@ script: # run riscv-tests - cd ../../emulator - make -j 8 run-asm-tests - - make -j 8 run-bmark-tests + - make run-bmark-tests