Fixes cleanup code.

This commit is contained in:
Krunoslav Zaher 2015-10-04 12:33:05 +02:00
parent 3fe6163451
commit 4d980e6846
2 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,7 @@ AUTOMATION_SIMULATORS=("Krunoslav Zahers iPhone" ${DEFAULT_IOS9_SIMULATOR} ${
IFS=""
for simulator in ${AUTOMATION_SIMULATORS[@]}
do
for configuration in ${CONFIGURATIONS}
for configuration in ${CONFIGURATIONS[@]}
do
runAutomation "RxExample-iOS" ${configuration} ${simulator}
done

View File

@ -29,5 +29,6 @@ pod lib lint RxCocoa.podspec
pod lib lint RxBlocking.podspec
pushd ~/.cocoapods/repos/master
git clean -d -f
git reset master --hard
popd