Skip to content

Commit

Permalink
fix(sonarcloud): reduce command sonar-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Alexander Kopriwa committed Jun 26, 2018
1 parent 5d50690 commit a526eda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ jobs:

# Job: Page
- stage: deploy
if: tag is present
if: ((tag =~ ^v) AND (branch = master))
node_js:
- 'lts/*'
script:
- echo "preparing doc for tags ${TRAVIS_TAG}"
- git checkout refs/tags/${TRAVIS_TAG}
- npm install
# Replace variables
Expand All @@ -92,5 +93,3 @@ jobs:
github_token: $GH_TOKEN # Set in the settings page of your repository, as a secure variable
keep_history: true
local_dir: public/
on:
tags: true

0 comments on commit a526eda

Please # to comment.