mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
8 lines
200 B
YAML
8 lines
200 B
YAML
language: node_js
|
|
node_js:
|
|
- "5"
|
|
before_script:
|
|
- npm install -g mocha
|
|
after_script:
|
|
- npm run lcov && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
|