From 45a66be14fbc4616702de3839cdaa42430e15d7c Mon Sep 17 00:00:00 2001 From: Chris Aubert Date: Thu, 6 Oct 2016 10:22:32 +0100 Subject: [PATCH] Added qa stage as script --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15fe13c..a61a50d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,8 @@ node_js: - 4 - 0.12 +script: + - make qa + after_script: - - make qa \ No newline at end of file + - npm run test-coverage \ No newline at end of file