From 7485e64aea473131b4a2c7e420920b7749abd0b9 Mon Sep 17 00:00:00 2001
From: Bojan Zivanovic <bojanz@gmail.com>
Date: Mon, 21 Dec 2015 16:23:20 +0100
Subject: [PATCH] Remove committed patch from the travis file.

---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0a4764e..477301a 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
-- 
GitLab