From 1d5e009bca0519e77bfbdca1343d180f1187c7b6 Mon Sep 17 00:00:00 2001 From: Ly Cheng Date: Sun, 14 Feb 2016 03:11:10 +0800 Subject: [PATCH] Just run coveralls on travis --- .travis.yml | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1421a83..31cc1e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,5 @@ language: node_js node_js: - "4.1" - "0.10" +after_success: + npm run coveralls diff --git a/package.json b/package.json index 766238d..a702128 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "tape": "tape -r babel-register test/*.js", "test:cov": "babel-node node_modules/babel-istanbul/lib/cli.js cover node_modules/tape/bin/tape -r babel-register test/*.js", "coveralls": "cat ./coverage/lcov.info | coveralls", - "test": "npm run test:cov && npm run coveralls" + "test": "npm run test:cov" }, "repository": { "type": "git",