Fix travis testing

This commit is contained in:
2019-05-24 08:52:42 +05:30
parent 1179046127
commit 362ec31b9b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
language: node_js language: node_js
node_js: node_js:
- "10"
- node - node

View File

@@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node .", "start": "node .",
"test": "mocha test.js" "test": "mocha test.js --exit"
}, },
"repository": { "repository": {
"type": "git", "type": "git",