mirror of https://github.com/SnapKit/SnapKit
Added Travis CI
This commit is contained in:
parent
c5bab635ec
commit
d988a0efe2
|
@ -0,0 +1,14 @@
|
||||||
|
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
|
||||||
|
- xcodebuild -project Snap.xcodeproj -scheme "Snap iOS" -sdk iphonesimulator
|
||||||
|
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
|
||||||
|
- pod lib lint --quick
|
Loading…
Reference in New Issue