1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-04-06 01:34:13 +03:00
redux-devtools/.travis.yml
Nathan Bierema fead81ca9e
chore(*): enable tests in travis build ()
* 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