From a7da36c007792ca32661bc1e9f822dc96e7ce5ef Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Tue, 17 Nov 2020 03:19:35 -0800 Subject: [PATCH] minor update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3cf1b4fb3..03690e9d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - export PATH=$VERILATOR_ROOT/bin:$PATH script: - - travis_wait 30 make -j > /dev/null 2>&1 + - make -j - ci/test_runtime.sh - ci/test_driver.sh - ci/test_riscv_isa.sh