Merge branch 'master' of github.com:AFNetworking/AFNetworking

This commit is contained in:
Mattt Thompson 2013-05-19 12:44:59 -07:00
commit a82474877b
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