1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-21 01:47:44 +03:00
Macaw/.travis.yml

6 lines
246 B
YAML
Raw Normal View History

2016-10-19 08:55:36 +03:00
language: objective-c
osx_image: xcode8.1
2016-10-19 08:55:36 +03:00
script:
set -o pipefail && xcodebuild test -project Macaw.xcodeproj -scheme 'Macaw iOS' -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' | xcpretty;