mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
17 lines
230 B
YAML
17 lines
230 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
|
|
cache:
|
|
yarn: true
|
|
|
|
install:
|
|
- yarn install
|
|
- yarn bootstrap --core
|
|
|
|
script:
|
|
|
|
jobs:
|
|
include:
|
|
- script: travis_wait 30 yarn test --cli
|
|
- script: travis_wait 30 yarn test-latest-cra |