Update the test configuration

- Add additional node versions for Travis to test.
- Change var to const in mocha JS file.
This commit is contained in:
David McCanney
2018-09-28 22:45:13 +01:00
parent 8aef7a5081
commit 8fe37d2db5
2 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
language: node_js
node_js:
- 4
- 6
- 8
- "node"
- "6"
- "7"
- "8"
- "9"
- "10"