redux-bluetooth/.travis.yml

12 lines
151 B
YAML
Raw Normal View History

2017-07-11 11:31:29 +08:00
language: node_js
node_js:
- "node"
script:
- npm run eslint
- npm run test
branches:
only:
- master
cache:
directories:
- node_modules