Updating Media dependent modules to versions compatible with core Media.
[yaffs-website] / web / modules / contrib / media_entity_instagram / .travis.yml
index af2c9d9748125124ac8d01015346b4ae9f5b12fa..00133d6f97a52ac500d818e03b5b83088a9fa45d 100644 (file)
@@ -42,9 +42,8 @@ before_install:
 script:
   - phpcs --report=full --standard=Drupal "$TRAVIS_BUILD_DIR" || true
   - cd ~/
-  - git clone --depth 1 --branch 8.0.x http://git.drupal.org/project/drupal.git
+  - git clone --depth 1 --branch 8.4.x http://git.drupal.org/project/drupal.git
   - cd drupal/modules
-  - git clone --depth 1 --branch 8.x-1.x http://git.drupal.org/project/media_entity.git
   - ln -s $TRAVIS_BUILD_DIR
   - cd ../
   - ./vendor/bin/phpunit -c core modules/media_entity_instagram/tests/src/Unit