add ci skip to travis

This commit is contained in:
andyque 2015-05-29 13:47:28 +08:00
parent 45ad2665ae
commit ff26903ddf
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"