Skip to content

Commit

Permalink
Fix a Travis task that was broken by sass/sass-spec#1426 (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored Jul 10, 2019
1 parent 5259589 commit fb75fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/travis/task/specs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# https://opensource.org/licenses/MIT.

echo "$(tput bold)Running sass-spec against $(dart --version &> /dev/stdout).$(tput sgr0)"
if [ "$ASYNC" = true ]; then extra_args="--dart-args --async"; fi
if [ "$ASYNC" = true ]; then extra_args="--cmd-args --async"; fi
(cd sass-spec; bundle exec sass-spec.rb --dart .. $extra_args)

0 comments on commit fb75fc3

Please sign in to comment.