run tests on node 8

This commit is contained in:
Michael Rawlings 2017-05-30 13:17:28 -07:00
parent 5fd00ef4f7
commit 217440bccb

View File

@ -4,6 +4,7 @@ node_js:
- "5"
- "6"
- "7"
- "8"
language: node_js
before_script: "npm i npm@latest -g"
script: "npm run test-ci"