redux-devtools/.travis.yml
2019-01-10 20:51:14 +02:00

13 lines
167 B
YAML

sudo: false
language: node_js
node_js:
- "stable"
cache:
yarn: true
directories:
- "node_modules"
script:
- yarn build:all
- yarn lint:all
- yarn test