mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
Disable workflows and use travis for now
This commit is contained in:
parent
27cd93f4bf
commit
aea60278b1
18
.travis.yml
Normal file
18
.travis.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
language: node_js
|
||||||
|
|
||||||
|
node_js:
|
||||||
|
- 10
|
||||||
|
- 12
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
- windows
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- YARN_GPG=no
|
||||||
|
|
||||||
|
cache: yarn
|
||||||
|
|
||||||
|
script: yarn test
|
||||||
Loading…
Reference in New Issue
Block a user