Files
AsyncDisplayKit/.travis.yml
Adlai Holler 29dd3ce6d6 [build.sh] Update Build Scripts to Get CI Working (#2272)
* [build.sh] Specify iOS 10 SDK for Xcode 8 compatibility

* Update .travis.yml to align with Jenkins config

* Disable examples during API updates
2016-09-26 12:25:10 -07:00

35 lines
678 B
YAML

language: objective-c
cache:
- bundler
- cocoapods
osx_image: xcode8
git:
depth: 10
before_install:
- brew update
- brew outdated xctool || brew upgrade xctool
- brew outdated carthage || brew upgrade carthage
- gem install cocoapods -v 1.0.1
- gem install xcpretty
- gem install xcpretty-travis-formatter
# - gem install slather
- xcrun simctl list
install: echo "<3"
env:
- MODE=tests
# Examples disabled until updated for new layout
# - MODE=examples-pt1
# - MODE=examples-pt2
# - MODE=examples-pt3
- MODE=life-without-cocoapods
- MODE=framework
script: ./build.sh $MODE
#after_success:
# - slather
# whitelist
branches:
only:
- master