diff --git a/.travis.yml b/.travis.yml index 0a4764e3327c7bed6585eda94acdc4e509b09aef..477301aacf75b10f1dc73ea7c046709fb68114dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,9 +40,6 @@ before_script: # Download Drupal 8 core. - travis_retry git clone --branch 8.0.x --depth 1 http://git.drupal.org/project/drupal.git - cd drupal - # Add a patch for BrowserTestBase - - curl -o 2636228-6.patch https://www.drupal.org/files/issues/2636228-6.patch - - patch -p1 < 2636228-6.patch # Reference entity in build site. - ln -s $TESTDIR modules/entity