From 2a9cb82832b0401232069c5c7793026dba844009 Mon Sep 17 00:00:00 2001 From: sveisvei Date: Sun, 13 Nov 2016 15:43:07 +0100 Subject: [PATCH] send coverage after success --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a1fab33c9..1e6bca5c18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ before_script: - psql -c 'create database unleash_test;' -U postgres script: - npm install -- npm run test - npm run test:coverage +after_success: - npm run test:coverage-report notifications: slack: