[Add] use make -j under travis-gcc7

This commit is contained in:
nanoric 2019-07-05 14:50:04 +08:00
parent e3ffe9126f
commit 574853d5a1

View File

@ -73,7 +73,7 @@ matrix:
- tar -xf ta-lib-0.4.0-src.tar.gz
- cd ta-lib
- ./configure --prefix=/usr
- make
- make -j
- sudo make install
- popd
- python -m pip install numpy