[Mod] travis.yml: remove -j option under gcc-7
This commit is contained in:
parent
099b5292fe
commit
039ec5980d
@ -73,7 +73,7 @@ matrix:
|
||||
- tar -xf ta-lib-0.4.0-src.tar.gz
|
||||
- cd ta-lib
|
||||
- ./configure --prefix=/usr
|
||||
- make -j
|
||||
- make # -j under gcc-7 failed!!?
|
||||
- sudo make install
|
||||
- popd
|
||||
- python -m pip install numpy
|
||||
|
Loading…
Reference in New Issue
Block a user