Making code PSR2 compliant

This commit is contained in:
gamonoid
2017-09-24 19:23:30 +02:00
parent 05b57e0236
commit 6c61577583
160 changed files with 1432 additions and 1086 deletions

View File

@@ -5,7 +5,8 @@ before_script:
install:
- composer require --dev phpunit/phpunit ^5.7
- $TRAVIS_BUILD_DIR/vendor/bin/phpunit --version
script: $TRAVIS_BUILD_DIR/vendor/bin/phpunit
#script: $TRAVIS_BUILD_DIR/vendor/bin/phpunit
script: ant build
language: php
php:
- '5.6'