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:
parent
211cdfc658
commit
57074f2250
3 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue