Edition du fichier Travis

This commit is contained in:
Anthony Dumas 2019-05-02 20:22:34 +02:00
parent bcb183c0ca
commit a5c9bea1a5

View File

@ -2,7 +2,10 @@ sudo: false
language: node_js
node_js:
- stable
before_script:
- npm install
script:
- npm start
- npm test
after_success:
- npm run report-coverage