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

View File

@@ -45,7 +45,13 @@ script:
- ./build.sh
- ./configure $OPTS
- 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-static