Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
travis update phpunit call
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Apr 26, 2017
1 parent 270c827 commit 5085ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,4 +21,4 @@ before_script:
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest -n; fi;
- if [ "$dependencies" = "highest" ]; then composer update -n; fi;

script: phpunit --coverage-text --verbose
script: vendor/bin/phpunit --coverage-text --verbose

0 comments on commit 5085ffe

Please sign in to comment.