فهرست منبع

reverting some of the changes done to try to support HHVM building, simplifying the dependencies

El RIDO 10 سال پیش
والد
کامیت
3e0ba161ca
3فایلهای تغییر یافته به همراه4 افزوده شده و 5 حذف شده
  1. 3 3
      .codeclimate.yml
  2. 1 1
      .travis.yml
  3. 0 1
      composer.json

+ 3 - 3
.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: []

+ 1 - 1
.travis.yml

@@ -9,7 +9,7 @@ before_script:
   - composer install -n
 
 script:
-  - cd tst && ../vendor/bin/phpunit
+  - cd tst && phpunit
 
 after_script:
   - cd ..

+ 0 - 1
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"
     }