use npm 6 (#572)
This commit is contained in:
parent
289c7eb7a7
commit
85a4df0c04
|
@ -39,7 +39,7 @@ addons:
|
|||
services:
|
||||
- redis-server
|
||||
before_install:
|
||||
- npm install -g npm@5
|
||||
- npm install -g npm@6
|
||||
- npm install -g greenkeeper-lockfile@1
|
||||
- ./bin/setup-mastodon-in-travis.sh
|
||||
before_script:
|
||||
|
|
|
@ -4747,7 +4747,7 @@
|
|||
"colors": "~0.6.0",
|
||||
"js-yaml": "~2.1.0",
|
||||
"sax": "~0.6.0",
|
||||
"whet.extend": "0.9.9"
|
||||
"whet.extend": "^0.9.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"whet.extend": {
|
||||
|
|
Loading…
Reference in New Issue