Skip to content

Commit ae0a713

Browse files
authored
Merge pull request #6 from sudiptpa/fix/php-7.0-tests
few php 7.0 test fixes
2 parents 4d0cf8b + 623a94e commit ae0a713

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.coveralls.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.scrutinizer.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ php:
1111
before_script:
1212
- composer install -n --dev --prefer-source
1313

14-
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
15-
16-
after_script: vendor/bin/coveralls -v
14+
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)