Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 5db360f

Browse files
committed
Sigh Travis.
1 parent a0bbdbc commit 5db360f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: objective-c
2-
xcode_project: CMDQueryStringSerialization.xcodeproj
3-
xcode_scheme: CMDQueryStringSerialization
4-
xcode_sdk: iphonesimulator7.1
2+
before_script:
3+
- brew update
4+
- brew upgrade xctool
5+
script:
6+
- xctool -project CMDQueryStringSerialization.xcodeproj -scheme CMDQueryStringSerialization -sdk iphonesimulator test

0 commit comments

Comments
 (0)