travis script fix

This commit is contained in:
Arnaud Dorgans
2019-02-16 22:11:24 +01:00
parent 0a8787498c
commit bb515c84d2

View File

@@ -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"