Remove composer.lock when running Travis.

This commit is contained in:
James Cole 2015-01-17 11:31:12 +01:00
parent bd11ec69fa
commit 21e89c3b64

View File

@ -5,6 +5,7 @@ php:
- 5.6
install:
- rm composer.lock
- composer install
script: