Files
AsyncDisplayKit/.travis.yml
Nadine Salter 8e2a207373 [travis] Only run tests on master; ./build.sh.
Don't consider the build broken if a feature branch is broken.

Move the actual build command to a separate script -- easier to read,
easier to maintain, and easier to run by hand.
2014-11-21 18:46:22 -08:00

16 lines
236 B
YAML

language: objective-c
before_install:
- brew update
- brew reinstall xctool
- gem update cocoapods
- xcrun simctl list
env:
- TEST_OS=7.1
- TEST_OS=8.1
script: ./build.sh $TEST_OS
# whitelist
branches:
only:
- master