File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ language: php
4
4
php :
5
5
- 7.3
6
6
- 7.4
7
+ - 8.0
7
8
8
9
# This triggers builds to run on the new TravisCI infrastructure.
9
10
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -18,7 +19,7 @@ matrix:
18
19
include :
19
20
- php : 7.3
20
21
env : ' COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
21
- - php : 7.4
22
+ - php : 8.0
22
23
env : ' COMPOSER_FLAGS="--ignore-platform-reqs"'
23
24
24
25
before_script :
@@ -29,11 +30,8 @@ script:
29
30
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
30
31
31
32
after_script :
32
- - |
33
- if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' && "$TRAVIS_PHP_VERSION" != '7.0' ]]; then
34
- wget https://scrutinizer-ci.com/ocular.phar
35
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
36
- fi
33
+ - wget https://scrutinizer-ci.com/ocular.phar
34
+ - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
37
35
38
36
addons :
39
37
apt :
You can’t perform that action at this time.
0 commit comments