File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- php :
4
- - 7.1
5
- - 7.2
6
- - 7.3
7
-
8
- # This triggers builds to run on the new TravisCI infrastructure.
9
- # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
10
- sudo : false
11
-
12
- # # Cache composer
13
- cache :
14
- directories :
15
- - $HOME/.composer/cache
16
-
17
3
matrix :
18
4
include :
19
- - php : 7.1
5
+ - php : 5.5.9
6
+ dist : trusty
20
7
env : ' COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
8
+ - php : 5.5
9
+ dist : trusty
10
+ - php : 5.6
11
+ dist : xenial
12
+ - php : 7.0
13
+ dist : xenial
14
+ - php : 7.1
15
+ dist : bionic
16
+ - php : 7.2
17
+ dist : bionic
18
+ - php : 7.3
19
+ dist : bionic
20
+ - php : 7.4
21
+ dist : bionic
21
22
22
- before_script :
23
+ install :
23
24
- travis_retry composer update ${COMPOSER_FLAGS}
24
25
25
26
script :
You can’t perform that action at this time.
0 commit comments