We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d092c commit 212975eCopy full SHA for 212975e
1 file changed
.travis.yml
@@ -9,12 +9,14 @@ sudo: false
9
before_script:
10
- pecl install xmldiff
11
- composer install --prefer-dist --ignore-platform-reqs
12
- - git submodule update --remote --recursive
+ - chmod +x ./test-sample-codes.sh
13
+ - git submodule update --remote --recursive
14
15
script:
16
- vendor/phpunit/phpunit/phpunit --coverage-clover=coverage.clover
17
+ - vendor/phpunit/phpunit/phpunit sample-code-php/test-runner.php sample-code-php/
18
19
after_script:
20
- wget https://scrutinizer-ci.com/ocular.phar
21
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- - vendor/phpunit/phpunit/phpunit ./sample-code-php/test-runner.php ./sample-code-php/SampleCodeList.txt
22
+
0 commit comments