Skip to content

Commit

Permalink
Testing sonarqube. (#85)
Browse files Browse the repository at this point in the history
Testing sonarqube and leave PHP < 7.2
  • Loading branch information
petrabarus authored Dec 18, 2018
1 parent f027b1c commit 03828ef
Show file tree
Hide file tree
Showing 19 changed files with 926 additions and 385 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
language: php
dist: trusty
php:
- 7
- 7.1
- 7.2
- 7.3

addons:
sonarcloud:
organization: "urbanindo"
token:
secure: "SoALFI3R7htTg/uwUNZ1f1xqxCBLUgm1XVg9lK0+SUBBZiLkBdLhPT5AvSjaqOP0nh9WSrJHzgKkzsJHikEw+OGXPkKoLVFC18S2TtO6/rh14Wpdqg1n6+wZ2Y5cTmylRgQ+6b91ERMkpJXLXTnwG0slkQIc485FB9Ch/zV6ssElT9rMsC4JgM8hIj3flcCz1QPVsc/LlvAql70irgeB8hbjO4EmCrpHTqVy55hHcKwSWIQaUOXYTFJBuDCXpmQKT1+taT+6PLQmAskFaUU6hhH3GDTvtQiJqIv7FymRYQIDPUHYsCt/Kp64F+BBXBUT71/Q7qeIbQP+6XK7ofI0zfJ4NYmGp8z94ygNzjS6xZdBWOgEBPbGkoV1YB/kopOmlYak+6emkrzIY0ybQhjr4wrFyDdG/apwjmgLhjG2Hnbl1qoEQ4OimHDQdBqHb2Eh1SFfwrYyLM06aNe3/4hawacUgja3n05XE/+Bw52vVW6eGx5elNjC2yUqjSFvch7mhkKxWrt+2mKgA9gHxbN++uaeR/Ty3xBE+cHeKynb/YYFfXukEee/68HsdXR10qkdfQGQVI7i38F6o9+D+twNQXuqt93OPrS/4EZdpIjjTl1qm3xNYRWcUJwMiH1KdZb4mGiRodvrqAqkcYaraT8b0kzzxGiy6kzNQU6zD8QtSvY="

services:
- mysql
Expand All @@ -27,4 +32,5 @@ install:
- travis_retry composer install --prefer-dist --no-interaction

after_success:
- sonar-scanner
- bash <(curl -s https://codecov.io/bash)
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
],
"minimum-stability": "stable",
"require": {
"php": ">=7.0",
"php": "^7.2",
"ext-pcntl": "*",
"yiisoft/yii2": ">=2.0.13",
"yiisoft/yii2": ">=2.0.15",
"aws/aws-sdk-php": ">=2.4",
"symfony/process": ">=2.4",
"jeremeamia/SuperClosure": ">=2.0"
},
"require-dev": {
"phpunit/phpunit": "4.6.*",
"phpunit/dbunit": "~1.0",
"phpunit/php-code-coverage": "2.2.4",
"phpunit/phpunit": "^6.5",
"phpunit/dbunit": "^3.0",
"phpunit/php-code-coverage": "^5.2",
"fzaninotto/faker": "dev-master",
"flow/jsonpath": "dev-master",
"yiisoft/yii2-coding-standards": "*",
"yiisoft/yii2-redis": "*",
"videlalvaro/php-amqplib": "2.5.*",
"squizlabs/php_codesniffer": "2.*"
"squizlabs/php_codesniffer": "^3.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 03828ef

Please sign in to comment.