storybook/.travis.yml

15 lines
191 B
YAML
Raw Normal View History

2019-07-02 11:53:43 +02:00
language: node_js
node_js:
2019-09-26 12:21:04 +02:00
- "10"
2019-07-02 11:53:43 +02:00
2019-10-04 15:05:47 +02:00
# install:
# - yarn install
# - yarn bootstrap --core
2019-07-02 11:53:43 +02:00
script:
2019-07-02 18:46:23 +02:00
jobs:
include:
2019-10-04 15:05:47 +02:00
- script: echo "placeholder task"
name: "Placeholder task"