From f00977f28c0fae8dd61e70a3e0cf86f9f1c81934 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 28 Dec 2017 10:34:36 +0200 Subject: [PATCH] Linter cleanuo --- .travis.yml | 1 + .travis/push.sh | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8da7b6ea4..4f284f6a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ before_install: - npm install webber - npm install builder - npm install tagger +- npm install linter script: - npm run tagger - npm run linter diff --git a/.travis/push.sh b/.travis/push.sh index cfe5e2331..c0be60223 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -5,11 +5,6 @@ setup_git() { commit_website_files() { git checkout master - if [[ $(( $TRAVIS_BUILD_NUMBER % 5 )) == 0 ]]; then - declare -i n=($TRAVIS_BUILD_NUMBER-270)/5 - npm run linter - echo "Linting build: $n" - fi git add * git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" }