7 lines
328 B
YAML
7 lines
328 B
YAML
language: objective-c
|
|
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
|