Skip to content

Commit 09ba5a2

Browse files
committed
Update .travis.yml
1 parent 855bd29 commit 09ba5a2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ sudo: false
99
before_script:
1010
- pecl install xmldiff
1111
- composer install --prefer-dist --ignore-platform-reqs
12-
- chmod +x ./test-sample-codes.sh
13-
- git submodule update --remote --recursive
12+
- git submodule update --remote --recursive
1413

1514
script:
1615
- vendor/phpunit/phpunit/phpunit --coverage-clover=coverage.clover
1716

1817
after_script:
1918
- wget https://scrutinizer-ci.com/ocular.phar
2019
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
21-
- vendor/phpunit/phpunit/phpunit sample-code-php/test-runner.php
20+
- vendor/phpunit/phpunit/phpunit sample-code-php/test-runner.php

0 commit comments

Comments
 (0)