mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
Attempt #5 for coveralls.
This commit is contained in:
parent
ebadfd6358
commit
68d820a97c
@ -1,2 +1,3 @@
|
||||
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:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- hhvm
|
||||
|
||||
install:
|
||||
- composer install
|
||||
|
@ -8,18 +8,6 @@ settings:
|
||||
bootstrap: _bootstrap.php
|
||||
colors: true
|
||||
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:
|
||||
config:
|
||||
Db:
|
||||
|
Loading…
Reference in New Issue
Block a user