From db952122430e0e3f696011dd7e0feb466da3ce6f Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Tue, 16 Oct 2018 17:37:28 -0400 Subject: [PATCH] travis ci config update --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 83cc2f86..177ecdcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ node_js: - "node" install: - npm install -g codecov + - npm install script: - npm run test -- --coverage - istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec