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

Commit 3d2e8d9

Browse files
authored
Merge pull request #35 from nhsuk/upgrade/mocha
Upgrade Mocha
2 parents 282b6dd + ef139b6 commit 3d2e8d9

File tree

4 files changed

+423
-57
lines changed

4 files changed

+423
-57
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
node_js: '9'
2+
node_js: '10'
33
cache: yarn
44

55
script: yarn test

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.17.0 / 2018-10-03
1+
0.17.0 / 2019-05-31
22
===================
33
- Update npm dependencies
44
- Remove greenkeeper install in travis as it is natively supported

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"devDependencies": {
3333
"chai": "^4.0.0",
3434
"husky": "^1.1.0",
35-
"mocha": "^5.0.0"
35+
"mocha": "^6.0.0"
3636
}
3737
}

0 commit comments

Comments
 (0)