Skip to content

Commit

Permalink
Update the branches info for the related travis scripts to v3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
samuele3hu committed Jun 25, 2015
1 parent 7feaa18 commit b963b63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ before_install:
# whitelist
branches:
only:
- v3
- v3.7-release
2 changes: 1 addition & 1 deletion tools/travis-scripts/generate-bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ELAPSEDSECS=`date +%s`
COCOS_BRANCH="update_lua_bindings_$ELAPSEDSECS"
COCOS_ROBOT_REMOTE="https://${GH_USER}:${GH_PASSWORD}@github.com/${GH_USER}/cocos2d-x.git"
PULL_REQUEST_REPO="https://api.github.com/repos/cocos2d/cocos2d-x/pulls"
FETCH_REMOTE_BRANCH="v3"
FETCH_REMOTE_BRANCH="v3.7-release"
LUA_COMMIT_PATH="cocos/scripting/lua-bindings/auto"
JS_COMMIT_PATH="cocos/scripting/js-bindings/auto"

Expand Down
2 changes: 1 addition & 1 deletion tools/travis-scripts/generate-cocosfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PROJECT_ROOT="$DIR"/../..
COMMITTAG="[AUTO][ci skip]: updating cocos2dx_files.json"
PUSH_REPO="https://api.github.com/repos/cocos2d/cocos2d-x/pulls"
OUTPUT_FILE_PATH="${PROJECT_ROOT}/templates/cocos2dx_files.json"
FETCH_REMOTE_BRANCH="v3"
FETCH_REMOTE_BRANCH="v3.7-release"
COMMIT_PATH="templates/cocos2dx_files.json"

# Exit on error
Expand Down
2 changes: 1 addition & 1 deletion tools/travis-scripts/travis_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ notifications:
# whitelist
branches:
only:
- v3
- v3.7-release

0 comments on commit b963b63

Please sign in to comment.