Skip to content

Commit

Permalink
Adjust travis file to pass spec dir for libsass
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Jul 9, 2019
1 parent 07102ee commit eb1d594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ script:
- if [ $IMPL == "dart-sass" ]; then
bundle exec sass-spec.rb --dart ../dart-sass;
else
bundle exec sass-spec.rb --impl $IMPL -c $COMMAND;
bundle exec sass-spec.rb --impl $IMPL -c $COMMAND --cmd-args "-I spec";
fi

0 comments on commit eb1d594

Please sign in to comment.