Skip to content

Commit

Permalink
fix(test): testing the script with itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Apr 1, 2019
1 parent 814670b commit 20f1761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20f1761

Please sign in to comment.