File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11
11
- 5.5
12
12
- 5.6
13
13
- 7.0
14
+ - 7.1
14
15
- hhvm
15
16
16
17
matrix :
17
18
fast_finish : true
18
19
include :
19
20
- php : 5.3
20
- env : deps="low"
21
+ dist : precise
22
+ env : COMPOSER_OPTIONS="--prefer-lowest --prefer-stable"
23
+ - php : 7.2
24
+ env : deps="high"
21
25
22
26
before_install :
23
27
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
24
28
- composer self-update
25
29
26
30
install :
27
- - if [[ "$deps" = "low" ]]; then composer update --prefer-lowest; else composer install; fi
31
+ - if [ "$deps" = "high" ]; then composer config minimum-stability dev; fi
32
+ - composer update $COMPOSER_OPTIONS
28
33
29
34
script :
30
35
- php validate.php
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " >= 5.3.0"
15
+ "php" : " ^ 5.3 || ^7 .0"
16
16
},
17
17
"autoload" : {
18
18
"psr-4" : {
You can’t perform that action at this time.
0 commit comments