redux-devtools/.travis.yml
Nathan Bierema fead81ca9e
chore(*): enable tests in travis build (#554)
* Enable test all

* Fix instrument tests
2020-08-02 00:04:41 -04:00

13 lines
171 B
YAML

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