mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
Force master fetch on travis
This commit is contained in:
parent
f146909361
commit
928be5cf48
@ -14,6 +14,7 @@ before_install:
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- git fetch -a
|
||||
- git fecth origin master
|
||||
# - sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
|
||||
# - npm cache clean --force
|
||||
# - rm -rf node_modules/
|
||||
@ -22,9 +23,9 @@ install:
|
||||
- npm run setup --debug
|
||||
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run doc
|
||||
- npm run snyk
|
||||
# - npm run lint
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user