Skip to content

Commit

Permalink
Adds phpunit explicitly for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Sendetzky committed Nov 9, 2012
1 parent 3fb18ba commit cf67885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,9 @@ php:
- "5.3"
before_script:
- pear channel-discover pear.phing.info
- pear channel-discover pear.phpunit.de
- pear install phing/phing
- pear install phpunit/PHPUnit
- pear install pear/PHP_CodeSniffer
- phpenv rehash
- mysql -e 'create database arcavias;'
Expand Down

0 comments on commit cf67885

Please sign in to comment.