Skip to content

Commit 273faa3

Browse files
committed
test: remove microtime, use node 4+ only
1 parent 7a5d030 commit 273faa3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.12"
53
- "4"
64
- "6"
5+
- "7"
76
- "8"
87
after_script:
98
- coveralls < coverage/lcov.info

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"deep-equal": "^1.0.1",
3232
"eslint": "^4.0.0",
3333
"lodash": "^4.17.4",
34-
"microtime": "^2.1.5",
3534
"mocha": "^3.4.2",
3635
"nano-equal": "^1.0.1",
3736
"nyc": "^11.0.2",

0 commit comments

Comments
 (0)