Skip to content

Commit

Permalink
[Travis-CI] Fix PHPUnit command arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed May 21, 2015
1 parent e6b01bc commit e989835
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 @@ -21,5 +21,5 @@ install:
- composer install

script:
- phpunit -c test/
- ./vendor/bin/phpunit
- if [[ $EXECUTE_CS_CHECK == 'true' ]]; then ./vendor/bin/php-cs-fixer fix -v --dry-run; fi

0 comments on commit e989835

Please sign in to comment.