File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.0
5
- - 7.1
6
4
- 7.2
5
+ - 7.3
7
6
8
7
sudo : false
9
8
10
9
install :
11
10
- travis_retry composer install --no-interaction --prefer-source
12
11
13
12
script :
14
- - if [ "$TRAVIS_PHP_VERSION" != "7.0" ]; then vendor/bin/phpunit; fi
15
- - if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi
13
+ - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
16
14
17
15
after_script :
18
- - if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
19
- - if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi
16
+ - wget https://scrutinizer-ci.com/ocular.phar
17
+ - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
Original file line number Diff line number Diff line change 14
14
}
15
15
],
16
16
"require" : {
17
- "php" : " >=7.0 .0" ,
17
+ "php" : " >=7.2 .0" ,
18
18
"guzzlehttp/guzzle" : " ~6.0"
19
19
},
20
20
"require-dev" : {
You can’t perform that action at this time.
0 commit comments