File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 99
99
script :
100
100
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=ios
101
101
102
- - stage : test
103
- env :
104
- - PROJECT=InAppMessaging PLATFORM=iOS METHOD=xcodebuild
105
- before_install :
106
- - ./scripts/if_changed.sh ./scripts/install_prereqs.sh
107
- script :
108
- - travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
109
-
110
- - stage : test
111
- if : type = cron
112
- env :
113
- - PROJECT=InAppMessaging PLATFORM=iPad METHOD=xcodebuild
114
- before_install :
115
- - ./scripts/if_changed.sh ./scripts/install_prereqs.sh
116
- script :
117
- - travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
118
-
119
102
- stage : test
120
103
env :
121
104
- PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild
You can’t perform that action at this time.
0 commit comments