Updates travis-script, don't build template proj.

Since we are supporting create project anywhere, to test template projects, projects should be created firstly.Therefore, disable building template for travis-ci.
This commit is contained in:
James Chen 2013-12-31 16:37:05 +08:00
parent db475fb43c
commit 7f2dc5197e
1 changed files with 0 additions and 6 deletions

View File

@ -76,12 +76,6 @@ elif [ "$PLATFORM"x = "linux"x ]; then
cd linux-build
cmake ../..
make -j10
cd ../../template/multi-platform-cpp
cmake .
make -j10
cd ../multi-platform-lua
cmake .
make -j10
elif [ "$PLATFORM"x = "emscripten"x ]; then
# Generate binding glue codes