prettier/.travis.yml

14 lines
171 B
YAML
Raw Normal View History

2017-01-11 18:52:51 +03:00
---
language: node_js
node_js:
- 4
- 6
- stable
2017-01-11 18:52:51 +03:00
cache:
yarn: true
2017-01-11 18:52:51 +03:00
directories:
- node_modules
script:
- yarn lint
- AST_COMPARE=1 yarn test -- --runInBand