From 65ed5902cc6315a26b463579f16dc7cd27161123 Mon Sep 17 00:00:00 2001 From: toxic-johann <353904974@qq.com> Date: Tue, 18 Jul 2017 14:09:16 +0800 Subject: [PATCH] [update] update travis what: why: how: --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c752710..b53fe212 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ node_js: script: - "npm test" after_success: - - 'npm install coveralls && ./node_modules/.bin/nyc report --temp-directory=coverage --reporter=text-lcov | ./node_modules/.bin/coveralls' \ No newline at end of file + - 'npm install coveralls && npm install nyc && ./node_modules/.bin/nyc report --temp-directory=coverage --reporter=text-lcov | ./node_modules/.bin/coveralls' \ No newline at end of file