From 41dee4ebdcf8b69355fa65101a1cbb7d2731fdf2 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Mon, 13 Aug 2018 10:29:39 +0200 Subject: [PATCH] :construction_worker: Travis config update --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbe6b3bfe5c..42bfa83543e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,7 @@ node_js: - "node" install: - npm install - - npm install -g codecov - npm run nodebuild +script: + - npm run test + - npm run coverage