From 20f17615fd111178edbefb94224dc26e3061a9e5 Mon Sep 17 00:00:00 2001 From: Dimitri Kopriwa Date: Mon, 1 Apr 2019 12:32:53 +0700 Subject: [PATCH] fix(test): testing the script with itself --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e8d0fa..a697505 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,8 +52,7 @@ jobs: sonarcloud: organization: $(echo $TRAVIS_REPO_SLUG | awk -F '/' '{print $1}') script: - - npm run test - - if [[ "$TRAVIS_BRANCH" != greenkeeper* && -n "$SONAR_TOKEN" ]]; then sonar-scanner -Dsonar.projectVersion=${SONAR_VERSION}; fi + - ./src/test.sh # Job: Release - stage: release