Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzoer committed Feb 19, 2020
1 parent 9c8ad15 commit d7221ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v.3.3.7
* Изменена конфигурация travis-ci для сборки и развертывания

## v.3.3.6
* Небольшие фиксы

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.7

0 comments on commit d7221ec

Please sign in to comment.