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: