Files
swiftpm-stencil/.travis.yml
2014-10-26 18:34:46 +00:00

7 lines
194 B
YAML

language: objective-c
before_install:
- gem install cocoapods
- gem install xcpretty
script: xcodebuild -project Stencil.xcodeproj -scheme Stencil test | xcpretty -c; exit ${PIPESTATUS[0]}