From 6523640b21afbfd35a9f85ac60e6503926605be2 Mon Sep 17 00:00:00 2001 From: Andrei Jechiu Date: Wed, 26 Oct 2016 10:48:44 +0300 Subject: [PATCH] Run Travis tests with Drupal 8.3. --- .travis.yml | 3 +++ .travis/drupal-8.3.x.make.yml | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 .travis/drupal-8.3.x.make.yml diff --git a/.travis.yml b/.travis.yml index ef3c9ea..bd9ae26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,11 @@ php: env: - MAKE_FILE=drupal-8.1.x.make.yml - MAKE_FILE=drupal-8.2.x.make.yml + - MAKE_FILE=drupal-8.3.x.make.yml matrix: + allow_failures: + - env: MAKE_FILE=drupal-8.3.x.make.yml fast_finish: true services: diff --git a/.travis/drupal-8.3.x.make.yml b/.travis/drupal-8.3.x.make.yml new file mode 100644 index 0000000..73d6aa0 --- /dev/null +++ b/.travis/drupal-8.3.x.make.yml @@ -0,0 +1,19 @@ +api: 2 + +core: 8.x + +projects: + drupal: 8.3.x + key_value: 1.x + conflict: + type: module + download: + type: git + branch: 8.x-1.x + url: "https://github.com/drupaldeploy/drupal-conflict.git" + multiversion: + type: module + download: + type: git + branch: 8.x-1.x + url: https://github.com/dickolsson/drupal-multiversion.git