Skip to content

Commit bcfc836

Browse files
committed
Fixed indentation error in the travis yml
1 parent 0337011 commit bcfc836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ cache:
1414
- $HOME/.composer/cache
1515

1616
script:
17-
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
17+
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
1818
- composer update --no-interaction --prefer-source
1919
- vendor/bin/phpunit -v
2020

2121
before_script:
22-
- composer install --no-interaction
22+
- composer install --no-interaction
2323

2424
after_script:
2525
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)