charts/.travis.yml
2022-11-24 12:54:27 +05:30

15 lines
136 B
YAML

language: node_js
node_js:
- "6"
- "8"
before_install:
- make install
script:
- make test
after_success:
- make coveralls