Skip to content

Commit

Permalink
Fixed: travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
toin0u committed May 14, 2013
1 parent d9cc934 commit 812fe76
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 @@ -11,7 +11,7 @@ before_script:
- echo 'extension = "mongo.so"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo 'extension = "memcached.so"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- curl -sS http://getcomposer.org/installer | php
- php composer.phar install --dev --prefer-dist
- php composer.phar install --dev --prefer-source --no-interaction

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

Expand Down

0 comments on commit 812fe76

Please sign in to comment.