Skip to content

Commit 26f4612

Browse files
committed
fixed travis syntax via http://lint.travis-ci.org/
1 parent 6e2350a commit 26f4612

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ before_script:
1010
- pecl install xmldiff
1111
- composer install --prefer-dist --ignore-platform-reqs
1212
- chmod +x ./test-sample-codes.sh
13-
- git submodule update --remote --recursive
13+
- git submodule update --remote --recursive
1414

1515
script:
1616
- vendor/phpunit/phpunit/phpunit --coverage-clover=coverage.clover
17-
- vendor/phpunit/phpunit/phpunit sample-code-php/test-runner.php sample-code-php/
17+
- vendor/phpunit/phpunit/phpunit sample-code-php/test-runner.php sample-code-php/
1818

1919
after_script:
2020
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)