UNPKG

react-orchestra

Version:

A toolbox to build interactive and smart instruments on the web and mobile.

21 lines (15 loc) 338 B
sudo: false language: node_js node_js: - 4 cache: directories: - node_modules before_install: - npm install codecov.io coveralls after_success: - cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js branches: only: - master