Skip to content

Commit fc06bb6

Browse files
committed
Add greenkeeper-lockfile config
1 parent 8b74183 commit fc06bb6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,21 @@ node_js:
66
- 6
77
- 5
88

9+
before_install: yarn global add greenkeeper-lockfile@1
10+
before_script: greenkeeper-lockfile-update
11+
912
script:
1013
- npm run test
1114
- npm run build
1215

16+
after_script: greenkeeper-lockfile-upload
17+
after_success: 'npm run coveralls'
18+
1319
notifications:
1420
email:
1521
on_success: change
1622
on_failure: always
1723

18-
after_success: 'npm run coveralls'
19-
2024
#cache:
2125
# directories:
2226
# - node_modules

0 commit comments

Comments
 (0)