storybook/.travis.yml
2017-04-28 00:26:46 +02:00

19 lines
327 B
YAML

language: node_js
cache:
directories:
- node_modules
- .cache
notifications:
email: false
node_js:
- "node"
before_install: ./scripts/travis/before_install.sh
after_success: ./scripts/travis/after_success.sh
script:
- npm run lint
- npm run test
- npm run coverage
- npm run test-examples
git:
depth: 1