Try adding node 12 again

This commit is contained in:
Nick O'Leary 2019-04-26 16:49:35 +01:00
parent b0d93df387
commit c9c6f41aad
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,13 @@
sudo: false
language: node_js
matrix:
allow_failures:
- node_js: "12"
include:
- node_js: "12"
- node_js: "10"
script:
- ./node_modules/.bin/grunt && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage
before_script:
- npm install -g istanbul coveralls
- node_js: "8"
allow_failures:
- node_js: "12"