From e48280c7eecbbef637598d72ce64fb40bc79e448 Mon Sep 17 00:00:00 2001 From: Igor Yegorov Date: Mon, 9 Jan 2017 23:03:48 +0300 Subject: [PATCH] added linting to travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 53bf6a5..d4051a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ before_script: npm run build script: - - if [[ $TEST == 'minimal' ]]; then npm run test:ci:minimal; fi + - if [[ $TEST == 'minimal' ]]; then npm run lint && npm run test:ci:minimal; fi - if [[ $TEST == 'normal' ]]; then npm run test:ci:normal; fi after_script: if [[ $TEST == 'minimal' ]]; then npm run coverage; fi \ No newline at end of file