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 023c503 commit a013654Copy full SHA for a013654
1 file changed
run-tests.sh
@@ -12,9 +12,6 @@ elif [ -n "$VALIDATOR_SUBSPEC" ]; then
12
none)
13
bundle exec pod lib lint --no-subspecs --fail-fast
14
;;
15
- standalone)
16
- bundle exec pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast --platforms=macos,ios,tvos,watchos
17
- ;;
18
*)
19
bundle exec pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast
20
0 commit comments