Merge pull request #12092 from andyque/v3

[ci skip]add ci skip to travis
This commit is contained in:
子龙山人 2015-05-29 14:00:00 +08:00
commit 7d3620e33d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ TOLUA_ROOT="$PROJECT_ROOT/tools/tolua"
TOJS_ROOT="$PROJECT_ROOT/tools/tojs"
LUA_AUTO_GENERATED_DIR="$PROJECT_ROOT/cocos/scripting/lua-bindings/auto"
JS_AUTO_GENERATED_DIR="$PROJECT_ROOT/cocos/scripting/js-bindings/auto"
COMMITTAG="[AUTO]: updating luabinding & jsbinding automatically"
COMMITTAG="[ci skip][AUTO]: updating luabinding & jsbinding automatically"
ELAPSEDSECS=`date +%s`
COCOS_BRANCH="update_lua_bindings_$ELAPSEDSECS"
COCOS_ROBOT_REMOTE="https://${GH_USER}:${GH_PASSWORD}@github.com/${GH_USER}/cocos2d-x.git"