From 78b87f133c4df60ae674692ce47826b58ddca58a Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 26 Oct 2020 11:59:45 -0400 Subject: [PATCH] Use Composer 1 until compatibility with 2 is fully resolved. (#1769) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bcde2c0f131..d3387cf52ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ env: before_script: - phpenv config-rm xdebug.ini - phpenv rehash + - composer selfupdate --1 - composer install - npm install -g eslint@"<5.0.0" - npm install -g jshint@"2.9.6" -- GitLab