[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
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user