Merge pull request #1003 from blakewatters/feature/copy-shared-schemes-during-ci-build

Copy Shared Schemes During CI Build
This commit is contained in:
Mattt Thompson 2013-05-17 10:54:41 -07:00
commit 8d721afcdd
3 changed files with 1 additions and 0 deletions

View file

@ -3,4 +3,5 @@ before_install:
- brew update
- brew install xctool --HEAD
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
- mkdir -p "Tests/AFNetworking Tests.xcodeproj/xcshareddata/xcschemes" && cp Tests/Schemes/*.xcscheme "Tests/AFNetworking Tests.xcodeproj/xcshareddata/xcschemes/"
script: rake test