Skip to content

Commit

Permalink
fixed ci settings (#4)
Browse files Browse the repository at this point in the history
* wip

* patch for php7

* added ignore

* changed travis settings

* added styleci setting

* miss configure

* drop hhvm support

* for cs

* fixed codacy cs tests

* fixer

* remove cs fixer

* update php-coveralls

* for coveralls
  • Loading branch information
ytake authored Jun 30, 2018
1 parent 15a124f commit 4067a15
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ before_script:
- composer install --prefer-dist --no-interaction
script:
- chmod -R 777 tests/build
- ./vendor/bin/phpunit --coverage-clover tests/build/clover.xml
- ./vendor/bin/phpunit --coverage-clover tests/logs/clover.xml
after_script:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then php vendor/bin/coveralls -v; fi
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then php ./vendor/bin/php-coveralls -v; fi
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ ValueObjects
A PHP library/collection of classes aimed to help developers using and undestanding immutable objects.

This is fork of the educational package nicolopignatelli/valueobjects that aims to provide more functionality for basic tasks and act as a object oriented wrapper for PHP types.

# Install

required >= PHP 7.0

```bash
$ composer require ytake/valueobjects
```
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require-dev": {
"phpunit/phpunit": "^6.5.8",
"satooshi/php-coveralls": "*",
"php-coveralls/php-coveralls": "^2.1.0",
"phpmd/phpmd": "@stable",
"squizlabs/php_codesniffer": "~2.7",
"sebastian/phpcpd": "*",
Expand Down

0 comments on commit 4067a15

Please sign in to comment.