mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
19 lines
254 B
YAML
19 lines
254 B
YAML
|
environment:
|
||
|
matrix:
|
||
|
- nodejs_version: '6'
|
||
|
|
||
|
cache:
|
||
|
- '%LOCALAPPDATA%/Yarn'
|
||
|
- node_modules
|
||
|
|
||
|
install:
|
||
|
- ps: Install-Product node $env:nodejs_version
|
||
|
- yarn install
|
||
|
|
||
|
test_script:
|
||
|
- node --version
|
||
|
- yarn --version
|
||
|
- yarn test
|
||
|
|
||
|
build: off
|