Use node.js for browser-based CI

This commit is contained in:
wood
2019-03-13 21:25:40 -07:00
committed by Gregg Van Hove
parent f5663a9076
commit 828d14f48e
12 changed files with 275 additions and 35 deletions

View File

@@ -11,4 +11,9 @@ if [ "$1" = "v4" ]; then
fi
npm install
if [ "$1" = "v8" ] || [ "$1" = "v9" ]; then
npm rebuild node-sass --force
fi
npm test