2013-05-10 15:53:33 -04:00
|
|
|
language: objective-c
|
|
|
|
|
before_install:
|
|
|
|
|
- brew update
|
|
|
|
|
- brew install xctool --HEAD
|
2013-05-16 14:42:57 -04:00
|
|
|
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
|
2013-05-16 18:02:38 -04:00
|
|
|
- mkdir -p "Tests/AFNetworking Tests.xcodeproj/xcshareddata/xcschemes" && cp Tests/Schemes/*.xcscheme "Tests/AFNetworking Tests.xcodeproj/xcshareddata/xcschemes/"
|
2013-05-13 15:39:44 -04:00
|
|
|
script: rake test
|