mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-27 17:31:09 -06:00
Moar packages!
This commit is contained in:
parent
864c931ee9
commit
b02046b884
@ -17,7 +17,7 @@ install:
|
||||
script:
|
||||
- ./tests/_data/db.sh
|
||||
- php vendor/bin/codecept build
|
||||
- php vendor/bin/codecept run --coverage --coverage-xml --debug
|
||||
- php vendor/bin/codecept run --coverage --coverage-xml --debug -vvv
|
||||
|
||||
after_script:
|
||||
- cp -v tests/_output/coverage.xml build/logs/clover.xml
|
||||
|
@ -36,7 +36,13 @@
|
||||
"phpspec/phpspec": "~2.1",
|
||||
"codeception/codeception": "@stable",
|
||||
"codeception/c3": "@stable",
|
||||
"league/factory-muffin": "~2.1"
|
||||
"league/factory-muffin": "~2.1",
|
||||
|
||||
"codeception/phpbuiltinserver": "*",
|
||||
"codeception/specify": "*",
|
||||
"codeception/verify": "*",
|
||||
"fzaninotto/faker": "1.*",
|
||||
"codeclimate/php-test-reporter": "dev-master"
|
||||
|
||||
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user