UNPKG

thinkjs

Version:

ThinkJS - Use full ES6+ features to develop web applications

10 lines (9 loc) 219 B
language: node_js node_js: - '8' - '10' - '12' sudo: false script: - "npm run test" after_script: "npm install coveralls && ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls"