File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 66 - RUN_TESTS=1
77
88php :
9- - 5.6
10- - 7.0
11- - hhvm
9+ - 7.3
1210
1311sudo : false
1412
1513matrix :
1614 include :
17- - php : 5.6
15+ - php : 7.2
1816 env : PHPCS=1 RUN_TESTS=0
1917
2018before_script :
@@ -23,7 +21,7 @@ before_script:
2321
2422script :
2523 - sh -c "if [ '$RUN_TESTS' = '1' ]; then vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover; fi"
26- - sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p -n --extensions=php --standard=psr2 ./src ./tests; fi"
24+ - sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p ./src ./tests; fi"
2725
2826after_script :
2927 - if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
You can’t perform that action at this time.
0 commit comments