travis: Increase number of parallel builds

develop
lethosor 2015-10-03 16:08:13 -04:00
parent 220b73e2a8
commit 84eb9e6cf8
1 changed files with 1 additions and 1 deletions

@ -20,6 +20,6 @@ script:
- python travis/script-syntax.py --ext=rb --cmd="ruby -c"
- mkdir build-travis
- cd build-travis
- cmake .. && make -j2
- cmake .. && make -j3
notifications:
email: false