Use the old dart-sass branch of sass-spec for now.

We still need to do a bunch of triage on the new branch.
This commit is contained in:
Natalie Weizenbaum 2016-11-02 17:01:03 -07:00
parent 446cb846c3
commit 75a1d2980c

View File

@ -35,7 +35,7 @@ dir=`mktemp -d /tmp/sass-spec-XXXXXXXX`
cd "$dir"
fold "git.sass-spec" \
git clone git://github.com/sass/sass-spec --branch dart-sass --depth 1
git clone git://github.com/sass/sass-spec --branch dart-sass-old --depth 1
cd sass-spec
fold "bundle" bundle install --jobs=3 --retry=3