Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w authored Mar 20, 2019
1 parent 56208d5 commit 82d21ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ script:
- if [[ $EXECUTE_CS_CHECK == 'true' ]]; then vendor/bin/php-cs-fixer fix -v --dry-run; fi

after_script:
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then
wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;
chmod +x coveralls.phar;
php coveralls.phar -v;
Expand Down

0 comments on commit 82d21ac

Please sign in to comment.