From d32ebc93a15091273034ac70db1e4955713879b4 Mon Sep 17 00:00:00 2001 From: zhxymh Date: Thu, 10 Dec 2020 13:17:08 +0800 Subject: [PATCH] fix ci --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e577ff62..f762c8f0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -78,7 +78,7 @@ jobs: php composer-setup.php sudo mv composer.phar /usr/local/bin/composer composer config -g repo.packagist composer https://packagist.phpcomposer.com - composer install --no-interaction --prefer-dist + composer install --no-interaction --prefer-dist --ignore-platform-reqs - script: php phpunit.phar --bootstrap bootstrap.php tests/AElfTest.php displayName: 'test'