Files
liquidjs/.travis.yml
T

9 lines
120 B
YAML

language: node_js
node_js:
- "8"
- "6"
before_script:
- npm install -g mocha
after_script:
- npm run coveralls