Enable parallel build in travis.

This commit is contained in:
Victor Zverovich 2014-05-19 07:35:18 -07:00
parent f578bc3a4a
commit c123fc612f

View File

@ -5,5 +5,5 @@ before_install:
script: script:
- cmake . - cmake .
- make - make -j4
- make test - make test