From 4662c8aa4208442ef152182d6a2289e608403f57 Mon Sep 17 00:00:00 2001 From: Lexey Felde Date: Fri, 20 Apr 2018 22:52:39 +0300 Subject: [PATCH] Remove sonar --- .travis.yml | 12 ------------ CHANGELOG.md | 4 ++++ sonar-project.properties | 26 -------------------------- 3 files changed, 4 insertions(+), 38 deletions(-) delete mode 100644 sonar-project.properties diff --git a/.travis.yml b/.travis.yml index 3be6aa3..eba2711 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,21 +1,10 @@ language: php dist: trusty -sudo: required - -addons: - sonarcloud: - organization: tekill-github - token: - secure: "gmbBKIYBSJ8a9kNZhQn/azr1c+IiwtJtSdwxrO2cB0ew6OOQbuAWzLZ+Q2Hj+0xfh+YoXasrC2jvJTDYzTbNaY3bd4kYZq+za2jrgt8cYK9fxK9bSgcQDH+vyYTjnVuxI2nGddQuRsyhkXnzZ3x7rVS9yPGJSYdrx6UgClsjaheUto/cKpKjYj5UdPotddFl2nyoBw3rNsuFNmDbpLkgnV/lhN4lllELl3t0s/xBX89PLdeLEqpTQx7ffue3muY4OpAJZ7+PJSt+eK+rsX6XtYVTqdgQ0vPRjyNv0qvOEbcaa4iufl3nxJdEjbqdYI3TOkgrKygRhostAb+sXN+foCbbfNISUb/iXBV5GBBpyqqfZYU2wyRgIDey2OA2s7ryJQtdp56qXogwF4LNa7SxF3eA6Sn2xBxzmDNYOysrVBlbldppl8zMVLiLrrZE5lq5fkWmN6sJdKYRpn816+66c684z0nKLemVuuvvBs4o67+BzNppuTi1UlKxIr9msMjDRSi/nztJ4ABohg/w11dVLIk6errySnK2NedMJ2xuU7KjWFdYiaTO2LqQvQwYvtSIhxxo4Tb4VGSkDiO+mY5YRT9yx6maMtNphm636qvYiionna+6hA6/sIN+GWxsoXO/0HKK4hDr6bZdjCqpsdWPdyryk9L9Eim4WzWR/xiXGgs=" - -jdk: - - oraclejdk8 cache: directories: - $HOME/.composer/cache/files - - $HOME/.sonar/cache php: - 5.6 @@ -28,4 +17,3 @@ before_script: script: - vendor/bin/phpunit --coverage-clover=phpunit.coverage.xml --log-junit=phpunit.report.xml - - sonar-scanner diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b482ff..fbf7ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,3 +19,7 @@ * Fix config key mismatch * Update Readme.md + +# 1.1.0 (2018-04-20) + +* Add Symfony 4 support (@craigruks) diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index e868641..0000000 --- a/sonar-project.properties +++ /dev/null @@ -1,26 +0,0 @@ -sonar.projectKey=env-diff -sonar.projectName=Env is a lightweight library which sync your .env files with .env.dist by composer scripts, hooks or manual running -sonar.projectVersion=1.0-SNAPSHOT - -# ===================================================== -# Meta-data for the project -# ===================================================== - -sonar.links.homepage=https://github.com/Tekill/env-diff -sonar.links.ci=https://travis-ci.org/Tekill/env-diff -sonar.links.scm=https://github.com/Tekill/env-diff -sonar.links.issue=https://github.com/Tekill/env-diff/issues - - -# ===================================================== -# Properties that will be shared amongst all modules -# ===================================================== - -# SQ standard properties -sonar.sources=src -sonar.tests=tests - -# Properties specific to language plugins: -# - For PHP (the plugin currently supports only absolute path in the reports, so this test project is not portable) -sonar.php.coverage.reportPath=phpunit.coverage.xml -sonar.php.tests.reportPath=phpunit.report.xml \ No newline at end of file