diff --git a/tools/travis-scripts/run-script.sh b/tools/travis-scripts/run-script.sh index b609c7cc43..84cec56874 100755 --- a/tools/travis-scripts/run-script.sh +++ b/tools/travis-scripts/run-script.sh @@ -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