1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-08-16 08:30:33 +03:00
Macaw/.travis.yml
Viktor Sukochev 663188f65c travis update
2017-01-16 22:25:11 +07:00

10 lines
280 B
YAML

language: objective-c
osx_image: xcode8.1
branches:
only:
- master
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;