another travis -j update

This commit is contained in:
arvidn 2015-06-25 01:00:17 -04:00
parent 8dbef2d32a
commit 52a77b6033
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ script:
- cd test
- bjam -j 4 variant=$variant warnings=off -l900 $CC
- cd ../examples
- bjam -j 4 variant=$variant warnings=off $CC
- bjam -j 1 variant=$variant warnings=off $CC
- cd ../bindings/python
- bjam -j 4 variant=$variant warnings=off $CC
- bjam -j 1 variant=$variant warnings=off $CC
- ccache --show-stats
compiler: