storybook/.travis.yml
2019-10-04 15:11:36 +02:00

15 lines
191 B
YAML

language: node_js
node_js:
- "10"
# install:
# - yarn install
# - yarn bootstrap --core
script:
jobs:
include:
- script: echo "placeholder task"
name: "Placeholder task"