From ccea2d28c707704a33739b44ce4abd0f67d47565 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 22 Feb 2016 06:03:50 -0500 Subject: [PATCH] fix(travis) npm codestyle -> npm run codestyle --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0997b727..52cfc1e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ node_js: - 0.12 script: - - npm codestyle + - npm run codestyle - npm run coverage && npm run report notifications: