redux-devtools/.travis.yml
Nathan Bierema 5a6074a081
chore(*): add prettier check to CI (#598)
* chore(*): change prettier hook

* Run prettier

* Reorder

* Fix all the files
2020-08-19 10:07:30 -04:00

14 lines
195 B
YAML

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