mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
19 lines
143 B
YAML
19 lines
143 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- 10
|
|
- 12
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
- windows
|
|
|
|
env:
|
|
global:
|
|
- YARN_GPG=no
|
|
|
|
cache: yarn
|
|
|
|
script: yarn test
|