[Mod] travis.yml: remove -j option under gcc-7

This commit is contained in:
nanoric 2019-07-05 15:09:42 +08:00
parent 099b5292fe
commit 039ec5980d

View File

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