Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krispypen committed Jan 23, 2013
1 parent eb793b6 commit 51fc1d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ matrix:
allow_failures:
- php: 5.5

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

before_script: composer install --dev --prefer-source

script: phpunit --debug

Expand Down

0 comments on commit 51fc1d9

Please sign in to comment.