diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 73d9c2d1eb6..2e83b2c2754 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,6 @@ before_script: - echo -e "include \$(ACE_ROOT)/include/makeinclude/platform_linux.GNU" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU script: - - perl $ACE_ROOT/bin/mwc.pl -type gnuace -exclude TAO -exclude CIAO -exclude DAnCE - - make + - perl $ACE_ROOT/bin/mwc.pl -type gnuace -workers 2 + - make -j 2 |