[Travis CI] Removes -j10.

This commit is contained in:
James Chen 2014-01-20 22:32:20 +08:00
parent 8b6763a6ac
commit b6be58482a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ elif [ "$PLATFORM"x = "android"x ]; then
# Build all samples
echo "Building all samples ..."
cd $COCOS2DX_ROOT/build
./android-build.py -n "NDK_BUG=0 -j10" all
./android-build.py -n "NDK_BUG=0" all
# Build template
# echo "Building template ..."