Skip to content

Commit

Permalink
Updates travis.yml, adds email notification to @minggo and @james
Browse files Browse the repository at this point in the history
  • Loading branch information
James Chen committed May 13, 2014
1 parent ac22dc2 commit bd82c11
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ script:
before_install:
- tools/travis-scripts/before-install.sh

notifications:
email:
- xiaoming.zhang@cocos2d-x.org
- jianhua.chen@cocos2d-x.org

# whitelist
branches:
only:
Expand Down
12 changes: 11 additions & 1 deletion tools/travis-scripts/travis_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ env:
matrix:
- PLATFORM=mac-ios SDK=iphonesimulator7.1 ARCH=i386 SCHEME="build all tests iOS"
# - PLATFORM=mac-ios SDK=iphonesimulator7.1 ARCH=x86_64 SCHEME="build all tests iOS"
- PLATFORM=mac-ios SDK=macosx10.9 ARCH=x86_64 SCHEME="build all tests Mac"
- PLATFORM=mac-ios SDK=macosx10.9 ARCH=x86_64 SCHEME="build all tests Mac"

notifications:
email:
- xiaoming.zhang@cocos2d-x.org
- jianhua.chen@cocos2d-x.org

# whitelist
branches:
only:
- v3

0 comments on commit bd82c11

Please sign in to comment.