Files
swiftpm-stencil/.travis.yml
2014-12-25 23:35:55 +00:00

10 lines
325 B
YAML

language: objective-c
osx_image: xcode61
before_install:
- gem install cocoapods
- gem install xcpretty
script:
- set -o pipefail
- xcodebuild -project Stencil.xcodeproj -scheme Stencil test | xcpretty -c
- xcodebuild -project Stencil.xcodeproj -scheme Stencil test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c