Skip to content
This repository was archived by the owner on Dec 13, 2017. It is now read-only.

Commit a8e5dd7

Browse files
committed
Switch travis to xcodebuild
xctool seems not to be working anymore.
1 parent 947f91d commit a8e5dd7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
osx_image: xcode8.2
22
language: objective-c
3-
xcode_workspace: ./Example/EditorDemo.xcworkspace
4-
xcode_scheme: EditorDemo
5-
xcode_sdk: iphonesimulator10.2
63
notifications:
74
email: true
85
sudo: false
6+
script:
7+
- set -o pipefail && xcodebuild -workspace Example/EditorDemo.xcworkspace -scheme EditorDemo -sdk iphonesimulator | xcpretty

0 commit comments

Comments
 (0)