travis: Temporarily disables -jN

Building is crashing not sure why. Demands further investigation.
This commit is contained in:
Felipe Zimmerle 2018-05-22 10:09:18 -03:00
parent 87e64e3c25
commit ccd7b9f677
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -45,7 +45,13 @@ script:
- ./build.sh - ./build.sh
- ./configure $OPTS - ./configure $OPTS
- make parser - make parser
- make -j$(getconf _NPROCESSORS_ONLN) - make
#
# Temporarily disabled.
# - make -j$(getconf _NPROCESSORS_ONLN)
# Leading build to crash with parser enabled.
# Not sure why.
#
- make check - make check
- make check-static - make check-static