reverting some of the changes done to try to support HHVM building, simplifying the dependencies
This commit is contained in:
parent
90a26d8fcb
commit
3e0ba161ca
|
@ -31,9 +31,9 @@ engines:
|
||||||
enabled: false
|
enabled: false
|
||||||
ratings:
|
ratings:
|
||||||
paths:
|
paths:
|
||||||
- "css/zerobin.css"
|
- "css/privatebin.css"
|
||||||
- "css/bootstrap/zerobin.css"
|
- "css/bootstrap/privatebin.css"
|
||||||
- "js/zerobin.js"
|
- "js/privatebin.js"
|
||||||
- "lib/**.php"
|
- "lib/**.php"
|
||||||
- "index.php"
|
- "index.php"
|
||||||
exclude_paths: []
|
exclude_paths: []
|
||||||
|
|
|
@ -9,7 +9,7 @@ before_script:
|
||||||
- composer install -n
|
- composer install -n
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd tst && ../vendor/bin/phpunit
|
- cd tst && phpunit
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
],
|
],
|
||||||
"license":"zlib-acknowledgement",
|
"license":"zlib-acknowledgement",
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "4.8.*",
|
|
||||||
"codacy/coverage": "dev-master",
|
"codacy/coverage": "dev-master",
|
||||||
"codeclimate/php-test-reporter": "dev-master"
|
"codeclimate/php-test-reporter": "dev-master"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue