mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Fix a Travis task that was broken by sass/sass-spec#1426 (#757)
This commit is contained in:
parent
525958951d
commit
fb75fc39ce
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user