trying to fix travis on PHP 5 by removing composer.lock that depends on imcompatible phpunit version

pull/536/head
El RIDO 2019-09-22 22:04:17 +02:00
parent 71797d1dd4
commit d3153b5e38
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ install:
- source ~/.nvm/nvm.sh && nvm install --lts
before_script:
- rm composer.lock
- composer install -n
- npm install -g mocha
- cd js && npm install