mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 15:00:42 -07:00
12 lines
168 B
YAML
12 lines
168 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
- "6"
|
|
before_script:
|
|
- npm install -g mocha
|
|
after_script:
|
|
- npm run test
|
|
- npm run e2e
|
|
after_success:
|
|
- npm run coveralls
|