Update .travis.yml

disable parallel build
This commit is contained in:
tinebp
2020-11-17 08:35:04 -05:00
committed by GitHub
parent e0fe624b1d
commit cad321dd9e

View File

@@ -1,7 +1,7 @@
language: cpp language: cpp
dist: bionic dist: bionic
os: linux os: linux
compiler: clang compiler: gcc
addons: addons:
apt: apt:
sources: sources:
@@ -20,7 +20,7 @@ install:
- export PATH=$VERILATOR_ROOT/bin:$PATH - export PATH=$VERILATOR_ROOT/bin:$PATH
script: script:
- make -j - make
- ci/test_runtime.sh - ci/test_runtime.sh
- ci/test_driver.sh - ci/test_driver.sh
- ci/test_riscv_isa.sh - ci/test_riscv_isa.sh