1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-08-16 00:20:23 +03:00

travis update

This commit is contained in:
Viktor Sukochev 2017-01-16 22:25:11 +07:00
parent 23dadfd5e0
commit 663188f65c

View File

@ -1,5 +1,9 @@
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;