File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
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.6
11
- - 7.0
12
10
- 7.1
13
11
- 7.2
12
+ - 7.3
14
13
15
14
env :
16
15
global :
@@ -21,17 +20,13 @@ branches:
21
20
- /^analysis-.*$/
22
21
23
22
matrix :
24
- allow_failures :
25
- - php : hhvm
26
23
fast_finish : true
27
24
include :
28
- - php : 5.6
25
+ - php : 7.1
29
26
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30
- - php : hhvm
31
- dist : trusty
32
27
33
28
before_install :
34
- - if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
29
+ - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini; fi
35
30
36
31
install :
37
32
- travis_retry 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.6 || ^7.0 " ,
14
+ "php" : " ^7.1 " ,
15
15
"php-http/httplug" : " ^1.0" ,
16
16
"react/http-client" : " ~0.5.9" ,
17
17
"react/dns" : " ^1.0|^0.4.15" ,
You can’t perform that action at this time.
0 commit comments