Clean up test folder structure

This commit is contained in:
Jeremy Thomas
2020-11-07 17:27:34 +00:00
parent f659047462
commit 23b2bc5d0a
18 changed files with 35 additions and 28 deletions

View File

@@ -4,11 +4,18 @@ matrix:
before_install:
- gem install sass
script:
- test/ruby-sass.sh
- test/ruby-sass/ruby-sass.sh
- language: node_js
node_js:
- node
before_script:
- npm install sass
script:
- node test/dart-sass.js
- node test/dart-sass/dart-sass.js
- language: node_js
node_js:
- node
before_script:
- npm install node-sass
script:
- node test/node-sass/node-sass.js