Skip to content

Commit

Permalink
Fixed possible typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Aug 24, 2015
1 parent e8d19dd commit ddc396c
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 @@ -18,7 +18,7 @@ install:
- composer require satooshi/php-coveralls --dev

script:
- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml; else php vendor/phpunit/phpunit/phpunit fi
- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml else php vendor/phpunit/phpunit/phpunit fi

after_script:
- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/bin/coveralls fi

0 comments on commit ddc396c

Please sign in to comment.