2013-05-10 15:53:33 -04:00
|
|
|
language: objective-c
|
|
|
|
|
before_install:
|
|
|
|
|
- brew update
|
2013-07-14 13:40:20 -04:00
|
|
|
- brew uninstall xctool && brew install https://raw.github.com/fpotter/homebrew/246a1439dab49542d4531ad7e1bac7048151f601/Library/Formula/xctool.rb
|
2013-07-11 17:10:58 -04:00
|
|
|
- gem install cocoapods -v 0.22.2
|
2013-05-16 14:42:57 -04:00
|
|
|
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
|
2013-05-13 15:39:44 -04:00
|
|
|
script: rake test
|