Skip to content

Commit

Permalink
attempts to fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Jun 15, 2013
1 parent f4884c1 commit 609c331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ php:
- 5.4

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
- composer self-update
- composer install --dev --prefer-source

script: phpunit --coverage-clover clover

Expand Down

0 comments on commit 609c331

Please sign in to comment.