Browse Source

Test against Node.js 12

pull/15/merge
Luke Childs 4 years ago
parent
commit
7fbc4fd66a
  1. 2
      .travis.yml

2
.travis.yml

@ -1,6 +1,6 @@
language: node_js
node_js:
- '8'
- '12'
script: npm test
after_success: npm run coverage
notifications:

Loading…
Cancel
Save