mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-13 10:22:25 +00:00
Attempt #5 for coveralls.
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
src_dir: .
|
src_dir: .
|
||||||
coverage_clover: tests/_output/coverage.xml
|
coverage_clover: tests/_output/coverage.xml
|
||||||
|
json_path: tests/_output/coveralls-upload.json
|
||||||
@@ -3,7 +3,6 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- hhvm
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
|
|||||||
@@ -8,18 +8,6 @@ settings:
|
|||||||
bootstrap: _bootstrap.php
|
bootstrap: _bootstrap.php
|
||||||
colors: true
|
colors: true
|
||||||
memory_limit: 1024M
|
memory_limit: 1024M
|
||||||
extensions:
|
|
||||||
enabled:
|
|
||||||
- Codeception\Extension\PhpBuiltinServer
|
|
||||||
config:
|
|
||||||
Codeception\Extension\PhpBuiltinServer:
|
|
||||||
hostname: localhost
|
|
||||||
port: 8000
|
|
||||||
documentRoot: public
|
|
||||||
startDelay: 1
|
|
||||||
phpIni: /etc/php5/fpm/php.ini
|
|
||||||
|
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
config:
|
config:
|
||||||
Db:
|
Db:
|
||||||
|
|||||||
Reference in New Issue
Block a user