1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 13:15:35 +03:00
Macaw/.travis.yml

10 lines
280 B
YAML
Raw Normal View History

2016-10-19 08:55:36 +03:00
language: objective-c
2017-01-16 12:45:56 +03:00
osx_image: xcode8.1
2016-10-19 08:55:36 +03:00
2017-01-16 18:25:11 +03:00
branches:
only:
- master
2016-10-19 08:55:36 +03:00
script:
2017-01-16 12:45:56 +03:00
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;