Add dart tests

This commit is contained in:
Jeremy Thomas
2020-11-07 11:50:37 +00:00
parent a6130bf160
commit b07a04fb35
3 changed files with 91 additions and 6 deletions

View File

@@ -1,6 +1,12 @@
script:
- "test/sass-compile-tester.sh"
language: sass
before_install:
- gem install sass
matrix:
include:
- language: sass
before_install:
- gem install sass
script:
- test/ruby-sass.sh
- language: node_js
before_install:
- npm i -g sass
script:
- node test/dart-sass.js