omniscient
Version:
A library providing an abstraction for React components for passing the same data structure through the entire component flow using cursors and immutable data structures.
17 lines (16 loc) • 438 B
YAML
language: node_js
node_js:
- "node"
- "6.0"
sudo: false
before_install:
- "npm install react@16 react-dom@16"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/eacdc382fb52d269de7c
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
script:
- npm test && npm run codecov