Skip to content

Commit c5a8af1

Browse files
Basing our new standard on Doctrine's standard. (#1)
* Basing our new standard on Doctrine's standard. * No longer supported PHP 7.0
1 parent 95d8013 commit c5a8af1

35 files changed

+37
-980
lines changed

.editorconfig

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

.gitattributes

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

.scrutinizer.yml

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

.styleci.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
6-
- 7.0
74
- 7.1
8-
- hhvm
5+
- 7.2
6+
- 7.3
97

108
# This triggers builds to run on the new TravisCI infrastructure.
119
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -17,10 +15,8 @@ cache:
1715
- $HOME/.composer/cache
1816

1917
matrix:
20-
allow_failures:
21-
- php: 5.5
2218
include:
23-
- php: 5.6
19+
- php: 7.1
2420
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
2521

2622
before_script:
@@ -29,11 +25,10 @@ before_script:
2925

3026
script:
3127
- vendor/bin/phpcs --standard=ruleset.xml PolderKnowledge/
32-
- vendor/bin/phpunit
3328

3429
after_script:
3530
- |
36-
if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then
31+
if [[ "$TRAVIS_PHP_VERSION" == '7.1' ]]; then
3732
wget https://scrutinizer-ci.com/ocular.phar
3833
php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
3934
fi

CHANGELOG.md

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

CONDUCT.md

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

CONTRIBUTING.md

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

ISSUE_TEMPLATE.md

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

PULL_REQUEST_TEMPLATE.md

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

0 commit comments

Comments
 (0)