Continue running feature.use in use mode

This commit is contained in:
Natalie Weizenbaum 2019-05-17 14:40:34 -07:00
parent 4b7699291c
commit 19df69d26c
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ import 'parser.dart';
/// `feature.use` branch. It allows us to avoid having separate development
/// tracks as much as possible without shipping `@use` support until we're
/// ready.
const _parseUse = false;
const _parseUse = true;
/// The base class for both the SCSS and indented syntax parsers.
///

View File

@ -7,7 +7,7 @@
# run. If we're running specs for a pull request which refers to a sass-spec
# pull request, we'll run against the latter rather than sass-spec master.
default=master
default=feature.use
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
>&2 echo "TRAVIS_PULL_REQUEST: $TRAVIS_PULL_REQUEST."