diff --git a/.codeclimate.yml b/.codeclimate.yml index 3bfd9f6..01766cd 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -31,9 +31,9 @@ engines: enabled: false ratings: paths: - - "css/zerobin.css" - - "css/bootstrap/zerobin.css" - - "js/zerobin.js" + - "css/privatebin.css" + - "css/bootstrap/privatebin.css" + - "js/privatebin.js" - "lib/**.php" - "index.php" exclude_paths: [] diff --git a/.travis.yml b/.travis.yml index 3ad463c..c5e0d07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_script: - composer install -n script: - - cd tst && ../vendor/bin/phpunit + - cd tst && phpunit after_script: - cd .. diff --git a/composer.json b/composer.json index 0b0a2d1..fa92747 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ ], "license":"zlib-acknowledgement", "require-dev": { - "phpunit/phpunit": "4.8.*", "codacy/coverage": "dev-master", "codeclimate/php-test-reporter": "dev-master" }