You are here

drupal9.0.x.sh in Drupal driver for SQL Server and SQL Azure 3.0.x

Same filename and directory in other branches
  1. 3.1.x dev/travis/drupal9.0.x.sh
  2. 4.0.x dev/travis/drupal9.0.x.sh
# encapsulate fields.
wget http://beakerboy.com/~kevin/3136974-4.patch
git apply 3136974-4.patch
# core Condition not able to be overridden in views...needs work.
wget https://www.drupal.org/files/issues/2020-05-04/3130655-13.patch
git apply 3130655-13.patch
# Enable sqlsrv module in specific kernel tests
wget https://www.drupal.org/files/issues/2020-05-02/2966272-16.patch
git apply 2966272-16.patch

File

dev/travis/drupal9.0.x.sh
View source
  1. # encapsulate fields.
  2. wget http://beakerboy.com/~kevin/3136974-4.patch
  3. git apply 3136974-4.patch
  4. # core Condition not able to be overridden in views...needs work.
  5. wget https://www.drupal.org/files/issues/2020-05-04/3130655-13.patch
  6. git apply 3130655-13.patch
  7. # Enable sqlsrv module in specific kernel tests
  8. wget https://www.drupal.org/files/issues/2020-05-02/2966272-16.patch
  9. git apply 2966272-16.patch