UNPKG

d2-ui

Version:
10 lines (9 loc) 216 B
language: node_js sudo: false node_js: - "stable" script: - npm run test after_script: - if [[ `node --version` == *v4* ]]; then cat ./coverage/lcov.info | ./node_modules/.bin/codeclimate-test-reporter; fi