nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 7e78db02daa022cf405ed259354b7b8055bd835a
parent cdceae87a698e3289cc38c22c81224a86c9d8474
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Sat,  4 Jan 2020 20:07:23 +0100

travis: use separate commands for linting code and style

Diffstat:
M.travis.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -8,6 +8,7 @@ addons: before_script: cp src/secrets.js.template src/secrets.js script: - - npm run lint + - npm run lint:code + - npm run lint:style - npm run test - npm run build