Opal-Estate-Pro/node_modules/object-path/.travis.yml
2019-09-13 11:27:52 +07:00

6 lines
271 B
YAML
Executable File

language: node_js
node_js:
- "0.12"
- "0.10"
- "iojs"
after_success: "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"