We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ec236 commit a6e7697Copy full SHA for a6e7697
Gemfile.lock
@@ -82,7 +82,7 @@ GEM
82
i18n (1.14.4)
83
concurrent-ruby (~> 1.0)
84
json (2.7.1)
85
- minitest (5.22.0)
+ minitest (5.22.3)
86
molinillo (0.8.0)
87
mutex_m (0.2.0)
88
nanaimo (0.3.0)
run-tests.sh
@@ -7,7 +7,7 @@ if [ -n "$BUILD_SCHEME" ]; then
7
make test BUILD_SCHEME="$BUILD_SCHEME"
8
fi
9
elif [ -n "$VALIDATOR_SUBSPEC" ]; then
10
- bundle install
+ bundle install --deployment
11
if [ "$VALIDATOR_SUBSPEC" == "none" ]; then
12
bundle exec pod lib lint --no-subspecs --fail-fast
13
else
0 commit comments