Skip to content

Commit

Permalink
Last travis change, I promise.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Nov 9, 2012
1 parent d6456b6 commit d8c5530
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ php:

before_script:
- pecl install mongo-beta
- echo "extension=mongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- mongo admin --eval 'db.addUser("travis", "test");'
- curl -s http://getcomposer.org/installer | php
- php composer install --dev
- php composer.phar install --dev

script: phpunit

0 comments on commit d8c5530

Please sign in to comment.