Add webpack-cli and greenkeepr lockfile
This commit is contained in:
parent
b2b4296072
commit
4b1ae40773
3 changed files with 1194 additions and 50 deletions
|
|
@ -1,11 +1,13 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 6
|
||||
- 8
|
||||
- 9
|
||||
script:
|
||||
- yarn travis
|
||||
|
||||
before_install: yarn global add greenkeeper-lockfile@1
|
||||
before_script: greenkeeper-lockfile-update
|
||||
after_script: greenkeeper-lockfile-upload
|
||||
|
||||
after_success:
|
||||
- ./travis-upload-artifacts.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue