update changelog

This commit is contained in:
Akolzin Dmitry 2020-02-19 17:29:21 +03:00
parent 9c8ad156c7
commit d7221ecd9b
4 changed files with 6 additions and 3 deletions

View File

@ -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:

View File

@ -1,3 +1,6 @@
## v.3.3.7
* Изменена конфигурация travis-ci для сборки и развертывания
## v.3.3.6
* Небольшие фиксы

View File

@ -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

View File

@ -1 +1 @@
3.3.5
3.3.7