Skip to content

Commit b34ed3d

Browse files
committed
Must install before updating
1 parent 7978598 commit b34ed3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_all_impls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ do
88
if [[ $GEMFILE != *"lock"* ]]
99
then
1010
export BUNDLE_GEMFILE=$GEMFILE
11-
# bundle install --no-deployment || exit 1
11+
bundle install --no-deployment || exit 1
1212
bundle update sass || exit 1
1313
bundle exec sass-spec.rb || exit 1
1414
fi

0 commit comments

Comments
 (0)