Commit 090014e1 authored by Benjamin Eberlei's avatar Benjamin Eberlei

[GH-3777] Keep using dependencies that were stable during 2.10 branch off.

parent 70553dac
......@@ -117,7 +117,6 @@ install:
}
# install composer dependencies
- cd C:\projects\dbal
- rm composer.lock
- appveyor-retry composer self-update
- appveyor-retry composer install --no-progress --prefer-dist
......
......@@ -18,8 +18,7 @@ before_script:
- if [[ "$DB" == "mysql" || "$DB" == "mysqli" || "$DB" == *"mariadb"* ]]; then mysql < tests/travis/create-mysql-schema.sql; fi;
install:
- rm composer.lock
- travis_retry composer -n update --prefer-dist
- travis_retry composer -n install --prefer-dist
script:
- |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment