AFNetworking/.travis.yml

7 lines
161 B
YAML
Raw Normal View History

language: objective-c
before_install:
- brew update
- brew install xctool --HEAD
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
script: rake test