UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

15 lines (12 loc) 365 B
language: node_js node_js: - "0.10" - "0.12" - "iojs" script: npm run travis before_install: - '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm' after_success: - cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose - cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js - rm -rf ./coverage