We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3c598 commit 6aab9fcCopy full SHA for 6aab9fc
run-tests.sh
@@ -8,9 +8,9 @@ if [ -n "$BUILD_SCHEME" ]; then
8
fi
9
elif [ -n "$VALIDATOR_SUBSPEC" ]; then
10
if [ "$VALIDATOR_SUBSPEC" == "none" ]; then
11
- pod lib lint --no-subspecs --fail-fast --platforms=ios,osx,tvos
+ pod lib lint --no-subspecs --fail-fast
12
else
13
- pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast --platforms=ios,osx,tvos
+ pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast
14
15
elif [ -n "$CARTHAGE_PLATFORM" ]; then
16
cd Tests/Carthage && make test CARTHAGE_PLATFORM="$CARTHAGE_PLATFORM"
0 commit comments