Check out dependencies using script, not git submodule init directly.
This commit is contained in:
parent
9808613c75
commit
00b164058d
@ -2,4 +2,6 @@ language: objective-c
|
|||||||
xcode_project: Pearl.xcodeproj
|
xcode_project: Pearl.xcodeproj
|
||||||
xcode_scheme: Pearl
|
xcode_scheme: Pearl
|
||||||
xcode_sdk: iphonesimulator
|
xcode_sdk: iphonesimulator
|
||||||
install: ./Scripts/updateDependencies
|
git:
|
||||||
|
submodules: false
|
||||||
|
before_install: ./Scripts/updateDependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user