mirror of
https://github.com/strapi/strapi.git
synced 2025-11-07 05:38:13 +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 DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
|
||||
- npm cache clean --force
|
||||
- rm -rf node_modules/
|
||||
# - sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
|
||||
# - npm cache clean --force
|
||||
# - rm -rf node_modules/
|
||||
|
||||
install:
|
||||
- npm run setup --debug
|
||||
|
||||
script:
|
||||
- npm run doc
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- "node_modules"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user