storybook/.travis.yml
Norbert de Langen ccb8e171c5 FIX
2019-07-02 17:26:33 +02:00

13 lines
143 B
YAML

language: node_js
node_js:
- "8"
cache:
yarn: true
install:
- yarn install
- yarn bootstrap --core
script:
- yarn test --cli