Testing travis with parallel build

This commit is contained in:
Felipe Zimmerle 2018-05-11 13:02:42 -03:00
parent b0b484f45d
commit a278bb673a
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -44,6 +44,7 @@ before_script:
script:
- ./build.sh
- ./configure $OPTS
- make parser
- make -j$(getconf _NPROCESSORS_ONLN)
- make check
- make check-static