Skip to content

Commit b60a94b

Browse files
committed
build(node-8): bumped to the latest lts
1 parent e73a5b2 commit b60a94b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v7.0.0
1+
v8.9.4

Diff for: .travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: node_js
22
notifications:
33
email: false
44
after_install: npm ls >/dev/null
5+
before_script: npm run greenkeeper:update-lockfile
6+
after_script: npm run greenkeeper:upload-lockfile
57
after_success:
68
- npm run coverage:report
79
- npm run semantic-release

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"commitmsg": "validate-commit-msg",
2323
"precommit": "npm test",
2424
"presemantic-release": "npm run build",
25-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
25+
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
26+
"greenkeeper:update-lockfile": "greenkeeper-lockfile-update",
27+
"greenkeeper:upload-lockfile": "greenkeeper-lockfile-upload"
2628
},
2729
"repository": {
2830
"type": "git",
@@ -63,6 +65,7 @@
6365
"good": "7.3.0",
6466
"good-console": "6.4.1",
6567
"good-squeeze": "5.0.2",
68+
"greenkeeper-lockfile": "1.12.0",
6669
"hapi": "16.6.2",
6770
"hapi-mustache": "0.0.1",
6871
"husky": "0.15.0-beta.2",

0 commit comments

Comments
 (0)