Files
swiftpm-stencil/.travis.yml
2014-11-06 00:39:00 +00:00

8 lines
213 B
YAML

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