mirror of
https://github.com/caoer/RxFirebase.git
synced 2026-01-12 22:52:01 +08:00
travis script fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
for pod in $(find . -name "*.podspec" -type f);do
|
||||
if [[ $pod == '../RxFirebase.podspec' ]]; then
|
||||
if [[ $pod == './RxFirebase.podspec' ]]; then
|
||||
continue
|
||||
fi
|
||||
command="pod lib lint $pod --allow-warnings"
|
||||
|
||||
Reference in New Issue
Block a user