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

Commit 9edef86

Browse files
committed
Switch to actual install script.
1 parent 34eefc3 commit 9edef86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: objective-c
2-
before_install: cd Example && pod install && cd -
2+
install: cd Example && pod install && cd -
33
script:
44
- xctool -workspace Example/CMDQueryStringSerialization.xcworkspace -scheme Tests -sdk iphonesimulator test

0 commit comments

Comments
 (0)