UNPKG

redux-ab-test

Version:

A/B testing React components with Redux and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for React, Redux, and Segment.io

20 lines (19 loc) 282 B
sudo: false language: node_js cache: directories: - node_modules notifications: email: true node_js: - '6' before_install: - npm i -g npm@^3.9.3 before_script: - npm prune - npm run build after_success: - npm run build branches: except: - /^v\d+\.\d+\.\d+$/