mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
Use composer install --dev in travis
Running an older composer build which doesn't do this by default
This commit is contained in:
parent
7db12fc9bb
commit
1ec7a6a1e2
@ -6,4 +6,7 @@ php:
|
||||
- 5.5
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit tests
|
||||
- vendor/bin/phpunit tests
|
||||
|
||||
before_script:
|
||||
- composer install --dev --prefer-dist
|
||||
|
Loading…
Reference in New Issue
Block a user