redux-devtools/.travis.yml

13 lines
163 B
YAML
Raw Normal View History

2018-01-20 15:29:39 +03:00
sudo: false
2015-07-14 22:46:44 +03:00
language: node_js
node_js:
2018-01-20 15:29:39 +03:00
- "stable"
cache:
yarn: true
directories:
- "node_modules"
script:
- yarn build:all
- yarn lint
- yarn test