Skip to content

Commit 138ce9f

Browse files
chore(tests): update mocha to the latest version 🚀 (#52)
* chore(package): update mocha to version 6.1.1 * tests: drop Node 4 from travis Mocha has dropped support for node 4 a few major versions ago. Co-authored-by: Mike Diarmid <[email protected]>
1 parent 44ef418 commit 138ce9f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ addons:
99
packages:
1010
- g++-4.8
1111
node_js:
12-
- "4"
1312
- "6"
1413
- "7"
1514
- "8"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"codeclimate-test-reporter": "^0.5.0",
4242
"hiredis": "^0.5.0",
4343
"istanbul": "^0.4.0",
44-
"mocha": "^5.0.0",
44+
"mocha": "^6.1.1",
4545
"standard": "^11.0.1"
4646
},
4747
"author": "Ruben Bridgewater",

0 commit comments

Comments
 (0)