redux-devtools/.travis.yml
Nathan Bierema 0d5d7d8357
chore(*): use Yarn 2 (#733)
* Migrate to Yarn 2

* Add peer deps

* Work

* prettify

* test

* this

* Clean up travis.yml

* Run prettier first
2021-06-13 17:14:23 -04:00

9 lines
127 B
YAML

language: node_js
node_js:
- 'stable'
script:
- yarn prettier:check
- yarn build:all
- yarn lint:all
- yarn test:all