curriculum/.travis.yml

10 lines
143 B
YAML
Raw Normal View History

2019-05-02 13:16:52 +00:00
sudo: false
language: node_js
node_js:
2019-05-02 20:40:59 +02:00
- "11"
2019-05-02 20:22:34 +02:00
before_script:
- npm install
2019-05-02 13:16:52 +00:00
script:
- npm test
after_success:
- npm run report-coverage