storybook/.travis.yml
2019-07-23 10:31:42 +02:00

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