curriculum/.travis.yml

11 lines
159 B
YAML
Raw Normal View History

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