Skip to content

Commit

Permalink
fix SonarQube travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
crewstyle committed Nov 26, 2018
1 parent b8f71b4 commit df65aef
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addons:
sonarcloud:
organization: "getolympus"
token:
secure: f970bca02fb605810ba4e67328a4b38c6e5ad21a
secure: "j1c4AvUsI8zrUPm7H1JEjKc1zo61yZrVpkxExSHtsxUSJtF2LlT8a+FTMwJmN8Z3oTU//2Ofn/KDKxY6a8YbrReyvlBDmCq/g2IMcminwwW16wlrW0k2cAu8lGpGl20+hCauFqPEgMgaOG4LQjXKDylHnLPn4vkyD4lpMmeLZmrk6FCZYvF1zvkTcX7PgTTPj6KgEy8AAG7HAkEvy8bXRsQIRNhUNA8xQYtBSih0B73itOwKqwAokSb1RkGl8aeZflMZvqZffQKyCIx5GIgYZGitZ0C5YdXcY0zAbli5kM0xH5dQzKgaez/goc3RTdk1gQK/BAHUsAJfsm1fiscUy+EiFpYk09KxQHq9/m5x7g1Box0ZNPVyUjntIsa3CB0DAuye3PFNhj32Q3zngfRZH3m2Odmw1V9+sWrGi1+5XDsbkV4ZHGGmFO5uMeRzy9G5zvHo32XzqkhOM9yliE6jz4y5Xx+9My2FBfNFeLllPNrczvWzqFavBtlq9krrfj3UmtK19gEvs6dgPT7smc13/jL9ifLkRzj4p+gvpO6RjePyfuR/b8a74FOM0EFowWpVH/oYaPfNkdmZNAHJNyQriSDFgzhLpP4WRD3/cmmE/keFzI6i+qSkOEh/xvE8O1ixPTVFekPQ6cKFWtXsn3H1J5w2jOhbX/h/0lcsdNBTAJc="

matrix:
fast_finish: true
Expand All @@ -17,7 +17,7 @@ matrix:

cache:
directories:
- $HOME/.composer/cache
- "$HOME/.composer/cache"
- app/cache
- vendor

Expand All @@ -29,3 +29,4 @@ install:

script:
- composer test
- sonar-scanner
22 changes: 22 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
##############################################
# @package olympus-zeus-core
# @author Achraf Chouk <[email protected]>
# @since 1.0.0
##############################################

# Defaults
sonar.projectKey=GetOlympus_Zeus-Core
sonar.projectName=Olympus Zeus framework core system used to make all your WordPress plugins and themes developments easier and efficient
sonar.projectVersion=1.0.0

# Metadatas
sonar.links.homepage=https://github.com/GetOlympus/Zeus-Core
sonar.links.ci=https://travis-ci.org/GetOlympus/Zeus-Core
sonar.links.issue=https://github.com/GetOlympus/Zeus-Core/issues

# Standard properties
sonar.sources=src/Zeus
sonar.tests=tests

# Language specific properties
sonar.php.tests.reportPath=phpunit.xml

0 comments on commit df65aef

Please sign in to comment.