From 86159a015c661b5ed961a17d3c3ec1026cb2905c Mon Sep 17 00:00:00 2001 From: Valentin Date: Mon, 25 Jun 2018 10:36:10 +0300 Subject: [PATCH] Added lint step --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index c1677b3..e7a5984 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: node_js node_js: - node - lts/* + +after_script: + - npm run lint + notifications: email: - mr.v.radev@gmail.com @@ -10,4 +14,5 @@ notifications: on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: never # options: [always|never|change] default: always + sudo: false \ No newline at end of file