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

Commit 5590980

Browse files
authored
ci: add greenkeeper-lockfile (#26)
1 parent 9edce2c commit 5590980

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.travis.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22

33
node_js:
44
- "node"
5-
- "8"
5+
- "10"
66

77
notifications:
88
email: false
@@ -11,10 +11,22 @@ branches:
1111
only:
1212
- master
1313
- /^greenkeeper.*$/
14+
15+
before_install:
16+
- npm install -g greenkeeper-lockfile
17+
18+
install:
19+
- npm install
20+
21+
before_script:
22+
- greenkeeper-lockfile-update
1423

1524
script:
1625
- commitlint-travis
1726
- npm run test:prod && npm run build
1827

1928
after_success:
2029
- npm run report-coverage
30+
31+
after_script:
32+
- greenkeeper-lockfile-upload

0 commit comments

Comments
 (0)