Skip to content

Commit 5ef20d1

Browse files
committed
Don't lint against visionOS
1 parent e21fde2 commit 5ef20d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ elif [ -n "$VALIDATOR_SUBSPEC" ]; then
1111
if [ "$VALIDATOR_SUBSPEC" == "none" ]; then
1212
bundle exec pod lib lint --no-subspecs --fail-fast
1313
else
14-
bundle exec pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast
14+
bundle exec pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast --platforms=macos,ios,tvos,watchos
1515
fi
1616
elif [ -n "$CARTHAGE_PLATFORM" ]; then
1717
cd Tests/Carthage && make test CARTHAGE_PLATFORM="$CARTHAGE_PLATFORM"

0 commit comments

Comments
 (0)