File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 7
7
- $HOME/.composer/cache/files
8
8
9
9
php :
10
- - 5.4
11
- - 5.5
12
- - 5.6
13
- - 7.0
14
10
- 7.1
15
11
- 7.2
16
12
- 7.3
22
18
matrix :
23
19
fast_finish : true
24
20
include :
25
- - php : 5.4
21
+ - php : 7.1
26
22
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
27
23
28
24
before_install :
29
25
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
30
- - if [[ "${TRAVIS_PHP_VERSION}" == "5.4" ]]; then composer remove slim/slim --dev --no-update; fi
31
26
32
27
install :
33
28
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " ^5.4 || ^7.0 " ,
14
+ "php" : " ^7.1 " ,
15
15
"clue/stream-filter" : " ^1.4" ,
16
16
"php-http/message-factory" : " ^1.0.2" ,
17
17
"psr/http-message" : " ^1.0"
You can’t perform that action at this time.
0 commit comments