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 7978598 commit b34ed3dCopy full SHA for b34ed3d
test_all_impls.sh
@@ -8,7 +8,7 @@ do
8
if [[ $GEMFILE != *"lock"* ]]
9
then
10
export BUNDLE_GEMFILE=$GEMFILE
11
- # bundle install --no-deployment || exit 1
+ bundle install --no-deployment || exit 1
12
bundle update sass || exit 1
13
bundle exec sass-spec.rb || exit 1
14
fi
0 commit comments