Skip to content

Commit

Permalink
Updated to patch #7 from https://www.drupal.org/node/2919410
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-m committed Nov 19, 2017
1 parent aea8ad2 commit 6a24653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,7 +1,7 @@
sudo: false
language: php
php:
#- '5.5.9'
- '5.5.9'
- '5.5'
- '5.6'
- '7.0'
Expand All @@ -10,8 +10,8 @@ php:
before_script:
- git clone --branch 8.4.x https://git.drupal.org/project/drupal.git
- cd drupal
- wget https://www.drupal.org/files/issues/2867960-93.patch
- git apply -v 2867960-93.patch
- wget https://www.drupal.org/files/issues/2919410-07.patch
- git apply -v 2919410-07.patch
# Perform a Composer install. Composer update --prefer-lowest doesn't merge
# properly with wikimedia/composer-merge-plugin unless there is already a
# vendor/.
Expand Down

0 comments on commit 6a24653

Please sign in to comment.