Copy the shared schemes in during a build so that we do not have to deal with modifications to the schemes showing up as changes locally

This commit is contained in:
Blake Watters 2013-05-16 18:02:38 -04:00
parent 211cdfc658
commit 57074f2250
3 changed files with 1 additions and 0 deletions

View file

@ -3,4 +3,5 @@ before_install:
- brew update - brew update
- brew install xctool --HEAD - brew install xctool --HEAD
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR - 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 script: rake test