Enable travis-ci
This commit is contained in:
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
language: objective-c
|
||||
before_install:
|
||||
- gem install cocoapods
|
||||
- gem install xcpretty
|
||||
script: xcodebuild -project Stencil.xcodeproj -scheme Stencil test | xcpretty -c; exit ${PIPESTATUS[0]}
|
||||
|
||||
Reference in New Issue
Block a user