SnapKit/.travis.yml

14 lines
385 B
YAML
Raw Normal View History

2015-03-24 06:41:51 +08:00
language: objective-c
osx_image: xcode611
branches:
only:
- master
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
before_install:
- gem install xcpretty -N
script:
- set -o pipefail
2015-04-15 19:07:50 +08:00
- xcodebuild -project SnapKit.xcodeproj -scheme "SnapKit iOS" -sdk iphonesimulator
2015-03-24 06:41:51 +08:00
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
- pod lib lint --quick