Files
liquidjs/.travis.yml
T
2018-08-27 23:27:42 +08:00

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