Skip to content

Commit b19f4df

Browse files
committed
Set jest test environment
1 parent 41f9cd5 commit b19f4df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ matrix:
2929
allow_failures:
3030
- node_js: "7"
3131
- node_js: "5"
32-
- node_js: "4"

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"to-ast": "^1.0.0"
5757
},
5858
"engines": {
59-
"node": ">=6.0"
59+
"node": ">=4.0"
6060
},
6161
"license": "MIT",
6262
"dependencies": {
@@ -82,6 +82,7 @@
8282
],
8383
"testPathIgnorePatterns": [
8484
"<rootDir>/__tests__/__util__"
85-
]
85+
],
86+
"testEnvironment": "node"
8687
}
8788
}

0 commit comments

Comments
 (0)