mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:21:08 +08:00
20 lines
347 B
YAML
20 lines
347 B
YAML
language: node_js
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_modules
|
|
- .jest
|
|
notifications:
|
|
email: false
|
|
node_js:
|
|
- "node"
|
|
before_install: ./scripts/travis/before_install.sh
|
|
after_success: ./scripts/travis/after_success.sh
|
|
script:
|
|
- "npm run lint"
|
|
- "npm run test"
|
|
- "npm run coverage"
|
|
- "npm run test-examples"
|
|
git:
|
|
depth: 1
|