From 3e0ba161ca440b7d81d38d40e5a7e3f238a7aee5 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 11 Jul 2016 15:52:08 +0200 Subject: [PATCH] reverting some of the changes done to try to support HHVM building, simplifying the dependencies --- .codeclimate.yml | 6 +++--- .travis.yml | 2 +- composer.json | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) 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" }