Files
AsyncDisplayKit/.travis.yml
2015-03-20 16:44:01 -07:00

18 lines
285 B
YAML

language: objective-c
before_install:
- brew update
- brew reinstall xctool
- gem update cocoapods
- xcrun simctl list
install: echo "<3"
env:
- MODE=tests
- MODE=examples
- MODE=life-without-cocoapods
script: ./build.sh $MODE
# whitelist
branches:
only:
- master