Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 35e458f

Browse files
committed
Updating test command
1 parent cfb369e commit 35e458f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
os:
22
- linux
3+
- osx
34
language: node_js
45
node_js:
56
- "7"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A set of dev tools for API console",
55
"main": "main.js",
66
"scripts": {
7-
"test": "mocha 'test/*.test.js' --reporter spec"
7+
"test": "node --max-old-space-size=2048 node_modules/.bin/_mocha 'test/*.test.js' --reporter spec --max-old-space-size=4096"
88
},
99
"engines": {
1010
"node": ">=6.4.0"

0 commit comments

Comments
 (0)