Skip to content

Commit

Permalink
[Mod] travis.yml: remove -j option under gcc-7
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoric committed Jul 5, 2019
1 parent 099b529 commit 039ec59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 039ec59

Please sign in to comment.