ci: test Node.js 6, 8, 10 and 11

This commit is contained in:
Daniel Ruf
2018-11-13 11:21:51 +01:00
parent 7f5562ccfe
commit cbe82112ab

View File

@@ -1,5 +1,8 @@
language: node_js
node_js:
- node
- 10
- 8
- 6
cache: npm
script: npm run build || npm run build # scss ts definitions need to be generated before an actual build