reverting back to two cores on travis

This commit is contained in:
Dennis Luxen 2014-01-24 10:17:57 +01:00
parent 2623c7023c
commit 7825279405

View File

@ -12,7 +12,7 @@ before_script:
- mkdir build
- cd build
- cmake .. $CMAKEOPTIONS
script: make -j `nproc`
script: make -j 2
after_script:
- cd ..
- cucumber -p verify