File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.5
5
- - 5.6
6
4
- 7.0
7
5
- 7.1
8
- - hhvm
9
6
10
7
matrix :
11
8
include :
12
- - php : 5.5
9
+ - php : 7.0
13
10
env : dependencies=lowest
14
11
15
12
before_script :
16
- - composer selfupdate -n
17
- - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then composer require satooshi/php-coveralls:dev-master -n ; fi
18
- - if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then composer install -n ; fi
13
+ - composer install -n
19
14
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-stable -n; fi;
20
15
21
16
script :
22
- - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then vendor/bin/phpunit --coverage-clover clover.xml ; fi
23
- - if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then vendor/bin/phpunit ; fi
24
-
25
- after_script :
26
- - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then php vendor/bin/coveralls -v ; fi
17
+ - vendor/bin/phpunit
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ composer require php-di/kernel
17
17
18
18
Requirements:
19
19
20
- - PHP 5.5 or greater
20
+ - PHP 7.0 or greater
21
21
- [ Puli CLI tool] ( http://docs.puli.io/en/latest/installation.html#installing-the-puli-cli )
22
22
23
23
## Usage
You can’t perform that action at this time.
0 commit comments