File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 7
7
- $HOME/.composer/cache
8
8
9
9
php :
10
- - 5.5
11
- - 5.6
12
- - 7.0
13
10
- 7.1
14
11
- 7.2
15
12
- 7.3
@@ -23,15 +20,10 @@ branches:
23
20
- /^analysis-.*$/
24
21
25
22
matrix :
26
- allow_failures :
27
- - php : hhvm
28
- dist : trusty
29
23
fast_finish : true
30
24
include :
31
- - php : 5.5
25
+ - php : 7.1
32
26
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
33
- - php : hhvm
34
- dist : trusty
35
27
36
28
before_install :
37
29
- travis_retry composer self-update
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"require" : {
12
- "php" : " ^5.5 || ^7.0 " ,
12
+ "php" : " ^7.1 " ,
13
13
"symfony/options-resolver" : " ^2.6 || ^3.0 || ^4.0" ,
14
14
"php-http/httplug" : " ^1.0" ,
15
15
"php-http/message-factory" : " ^1.0.2" ,
You can’t perform that action at this time.
0 commit comments