Stopped installing dev requires in travis as currently not being resolved successfully by composer
This commit is contained in:
parent
6de220c878
commit
59ba64cfe1
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ php:
|
|||
|
||||
before_script:
|
||||
- wget -nc http://getcomposer.org/composer.phar
|
||||
- php composer.phar install --dev
|
||||
- php composer.phar install
|
||||
|
||||
script: phpunit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue