File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ before_script:
29
29
- sleep 3
30
30
31
31
script :
32
- - if [[ $TRAVIS_PHP_VERSION = '5.6' && $WP_VERSION = 'latest' && $WP_MULTISITE = '0'
33
- ]]; then
32
+ - |
33
+ if [[ $TRAVIS_PHP_VERSION = '5.6' && $WP_VERSION = 'latest' && $WP_MULTISITE = '0' ]]; then
34
34
bash test/run.sh -c test/settings.travis.cfg -l 'coverage.xml';
35
- else
35
+ else
36
36
bash test/run.sh -c test/settings.travis.cfg;
37
- fi
37
+ fi
38
38
39
39
after_script :
40
- - if [[ $TRAVIS_PHP_VERSION = '5.6' && $WP_VERSION = 'latest' && $WP_MULTISITE = '0'
41
- ]]; then
40
+ - |
41
+ if [[ $TRAVIS_PHP_VERSION = '5.6' && $WP_VERSION = 'latest' && $WP_MULTISITE = '0' ]]; then
42
42
wget https://scrutinizer-ci.com/ocular.phar --no-check-certificate;
43
43
php ocular.phar code-coverage:upload --format=php-clover 'coverage.xml';
44
44
php test/coverage-checker.php 'coverage.xml' 80;
45
- fi
45
+ fi
You can’t perform that action at this time.
0 commit comments