mirror of
https://github.com/strapi/strapi.git
synced 2025-11-07 13:55:20 +00:00
Merge branch 'master' into Update_Docs_DM
This commit is contained in:
commit
01ca0434d9
10
.travis.yml
10
.travis.yml
@ -13,12 +13,16 @@ before_install:
|
|||||||
- export CHROME_BIN=chromium-browser
|
- export CHROME_BIN=chromium-browser
|
||||||
- export DISPLAY=:99.0
|
- export DISPLAY=:99.0
|
||||||
- sh -e /etc/init.d/xvfb start
|
- sh -e /etc/init.d/xvfb start
|
||||||
- sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
|
# - sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
|
||||||
- npm cache clean --force
|
# - npm cache clean --force
|
||||||
- rm -rf node_modules/
|
# - rm -rf node_modules/
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm run setup --debug
|
- npm run setup --debug
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run doc
|
- npm run doc
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- "node_modules"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user