only use 4 threads in travis build

This commit is contained in:
Patrick Brosi 2018-07-03 18:52:28 +02:00
parent 871bdc97c4
commit 7ff625ffe2

View file

@ -18,7 +18,7 @@ before_script:
- cmake ..
script:
- make -j
- make -j4
- make test
notifications: