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
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