From cad321dd9e42c32888d7c61fd2a3aedbdea1a3e9 Mon Sep 17 00:00:00 2001 From: tinebp Date: Tue, 17 Nov 2020 08:35:04 -0500 Subject: [PATCH] Update .travis.yml disable parallel build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d6860697..84a943ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: cpp dist: bionic os: linux -compiler: clang +compiler: gcc addons: apt: sources: @@ -20,7 +20,7 @@ install: - export PATH=$VERILATOR_ROOT/bin:$PATH script: - - make -j + - make - ci/test_runtime.sh - ci/test_driver.sh - ci/test_riscv_isa.sh