Skip to content

Commit

Permalink
Oops, my bash kungfu is not strong enough...
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 7, 2019
1 parent 0383f45 commit 0834ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ if [[ ! -z "$NPM" ]]; then
fi
fi

if ([[ ! -z "$SONAR" ]]); then
if [[ $TRAVIS_PULL_REQUEST == "false" ]] then;
if [[ ! -z "$SONAR" ]]; then
if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then
sonar-scanner
fi
fi

0 comments on commit 0834ca8

Please sign in to comment.