Skip to content

Commit f28336d

Browse files
author
Christian Kienle
committed
updates travis settings
1 parent ea20d6a commit f28336d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
osx_image: xcode8.2
22
language: objective-c
3-
before_install:
4-
- brew update
5-
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
6-
script: xcodebuild -verbose -scheme xctool -workspace CDE-Workspace.xcworkspace build test
3+
script: xcodebuild -verbose -scheme "Core Data Editor" -workspace CDE-Workspace.xcworkspace build

0 commit comments

Comments
 (0)