From a5c9bea1a568ad4d2c0422ab2f7fbc96f21663f2 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Thu, 2 May 2019 20:22:34 +0200 Subject: [PATCH] Edition du fichier Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 442cb1d..051e214 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file