mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-24 14:16:07 +03:00
update changelog
This commit is contained in:
parent
9c8ad156c7
commit
d7221ecd9b
@ -32,7 +32,7 @@ before_script: make before_script
|
||||
script: composer test
|
||||
|
||||
after_success:
|
||||
- make covegare
|
||||
- make coverage
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
jobs:
|
||||
|
@ -1,3 +1,6 @@
|
||||
## v.3.3.7
|
||||
* Изменена конфигурация travis-ci для сборки и развертывания
|
||||
|
||||
## v.3.3.6
|
||||
* Небольшие фиксы
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -24,5 +24,5 @@ before_script:
|
||||
(php -S localhost:8000 -t www &) 2> /dev/null > /dev/null
|
||||
sleep 2
|
||||
|
||||
covegare:
|
||||
coverage:
|
||||
wget https://phar.phpunit.de/phpcov-2.0.2.phar && php phpcov-2.0.2.phar merge coverage/ --clover coverage.xml
|
||||
|
Loading…
Reference in New Issue
Block a user