mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
10 lines
216 B
YAML
10 lines
216 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
- "6"
|
|
- "4"
|
|
before_script:
|
|
- npm install -g mocha
|
|
after_script:
|
|
- npm run lcov && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
|