From b44b52d6980186ffa4ee8664043f1f2276f46ea3 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 3 Jul 2019 15:19:00 -0700 Subject: [PATCH] Attempt to fix annotationsregistry deprecation. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0b213453bf..3cdec3d2cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,6 +59,7 @@ before_install: - composer config --global repositories.blt path /tmp/blt-project # Install ORCA. - git clone --branch ${ORCA_VERSION} --depth 1 https://github.com/acquia/orca.git ../orca + - curl https://patch-diff.githubusercontent.com/raw/acquia/orca/pull/28.patch | git -C ../orca apply - ../orca/bin/travis/before_install.sh install: