curriculum/.travis.yml

8 lines
114 B
YAML
Raw Normal View History

2019-05-02 13:16:52 +00:00
sudo: false
language: node_js
node_js:
- stable
script:
- npm test
after_success:
- npm run report-coverage