Skip to content

Commit

Permalink
Updated travis to use dev dependency version of PHPUnit.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsaylor committed Mar 30, 2014
1 parent 8cdf422 commit 9d50b98
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 @@ -5,4 +5,4 @@ php:
before_script:
- composer install --dev

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

0 comments on commit 9d50b98

Please sign in to comment.