Speedup the install on travis

This commit is contained in:
AurelienUoU 2019-05-29 16:53:35 -06:00
parent 46fa1197b0
commit 0e820d38ea
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ else
mkdir build
cd build
cmake ..
make -j2
make -j16
fi
end_section "OpenFPGA.build"