From 56b44ec69fcacd28af933c48bce0dd2a5ead79b8 Mon Sep 17 00:00:00 2001 From: tushar mathur Date: Thu, 24 Mar 2016 01:11:18 +0530 Subject: [PATCH] chore(build): fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7032f33..7223623 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: before_script: - npm prune - npm run lint -after_script +after_script: - npm run coverage after_success: - npm run semantic-release