Enable travis-ci

This commit is contained in:
Kyle Fuller
2014-10-26 18:34:46 +00:00
parent 8c4b31fd56
commit 3a0e4ce17e
3 changed files with 118 additions and 0 deletions

6
.travis.yml Normal file
View 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]}