Skip to content

Commit

Permalink
Use --prefer-source for php-coveralls installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Mar 27, 2015
1 parent f9735fc commit 442cf8c
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 @@ -14,7 +14,7 @@ before_install:

install:
- composer install --prefer-source
- composer require satooshi/php-coveralls:dev-master
- composer require satooshi/php-coveralls:dev-master --prefer-source

script:
- phpunit -v --coverage-text --coverage-clover ./build/logs/clover.xml
Expand Down

0 comments on commit 442cf8c

Please sign in to comment.