Use composer install --dev in travis

Running an older composer build which doesn't do this by default
This commit is contained in:
Ingo Schommer 2015-04-07 23:27:02 +12:00
parent 7db12fc9bb
commit 1ec7a6a1e2

View File

@ -7,3 +7,6 @@ php:
script: script:
- vendor/bin/phpunit tests - vendor/bin/phpunit tests
before_script:
- composer install --dev --prefer-dist