Run tests also on lts and last stable version of nodejs

This commit is contained in:
fewieden
2020-02-10 21:51:29 +01:00
committed by GitHub
parent de6a9f5811
commit cd7b6450c6

View File

@@ -1,7 +1,9 @@
dist: trusty dist: trusty
language: node_js language: node_js
node_js: node_js:
- "10" - 10
- lts/*
- node
before_install: before_install:
- npm i -g npm - npm i -g npm
before_script: before_script:
@@ -12,9 +14,9 @@ before_script:
- "sh -e /etc/init.d/xvfb start" - "sh -e /etc/init.d/xvfb start"
- sleep 5 - sleep 5
script: script:
- npm run test:e2e - npm run test:e2e
- npm run test:unit - npm run test:unit
- grunt - grunt
after_script: after_script:
- npm list - npm list
cache: cache: