From e5fb929c605a88cc91cb19f8cf04905ead6af0ec Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Sun, 22 Oct 2017 17:53:03 -0400 Subject: [PATCH] Override travis script key to run coverage. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9809ab72..93d75cb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ install: before_script: - gulp lint - gulp build +script: + - gulp coverage after_success: - pipenv run coveralls notifications: