File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.6
5
- - 7.0
6
- - 7.1
7
4
- 7.2
8
5
- 7.3
6
+ - 7.4
9
7
10
8
dist : trusty
11
9
12
10
env :
13
- - CAKEPHP_VERSION=3.7.*
14
- - CAKEPHP_VERSION=3.8.*
11
+ - CAKEPHP_VERSION=4.0.*
15
12
16
13
cache :
17
14
directories :
@@ -24,11 +21,10 @@ before_install:
24
21
install : composer update --prefer-dist --no-interaction
25
22
26
23
script :
27
- - if [[ $TRAVIS_PHP_VERSION = 7.0 ]]; then export CODECOVERAGE=1; vendor/bin/phpunit --coverage-clover=clover.xml; fi
28
- - if [[ $TRAVIS_PHP_VERSION != 7.0 ]]; then vendor/bin/phpunit; fi
24
+ - export CODECOVERAGE=1; vendor/bin/phpunit --coverage-clover=clover.xml
29
25
30
26
after_success :
31
- - if [[ $TRAVIS_PHP_VERSION = 7.0 ]]; then bash <(curl -s https://codecov.io/bash); fi
27
+ - bash <(curl -s https://codecov.io/bash)
32
28
33
29
notifications :
34
30
email : true
You can’t perform that action at this time.
0 commit comments