charts/.travis.yml
2018-04-18 00:29:43 +05:30

14 lines
135 B
YAML

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