Revert "Run tests against sass-spec's feature.use branch"

This reverts commit 4d23acd119.
This commit is contained in:
Natalie Weizenbaum 2019-02-13 13:59:44 -08:00
parent 776e2bfcc2
commit e3a5eed4da

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=feature.use
default=master
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
>&2 echo "TRAVIS_PULL_REQUEST: $TRAVIS_PULL_REQUEST."