Skip to content
Snippets Groups Projects
Commit 71e141e4 authored by Antonio De Marco's avatar Antonio De Marco
Browse files

Issue #126: Test with 8.4 core.

parent 9bdc9f8b
Branches
Tags
No related merge requests found
......@@ -2,17 +2,29 @@ language: php
dist: precise
php:
# Temporarily disable 5.6 build
# - 5.6
- 7.0
env:
global:
env:
global:
- PATH=$PATH:/home/travis/.composer/vendor/bin
matrix:
- DRUPAL_VERSION=8.3.x-dev
- DRUPAL_VERSION=8.4.x-dev
- DRUPAL_VERSION=8.5.x-dev
matrix:
allow_failures:
- php: 7.0
env: DRUPAL_VERSION=8.4.x-dev
allow_failures:
- php: 7.0
env: DRUPAL_VERSION=8.5.x-dev
install:
- composer self-update
- composer install --prefer-dist
- composer require drupal/core:$DRUPAL_VERSION --prefer-dist
before_script:
# Start PhantomJS server.
......
......@@ -15,9 +15,8 @@
"require-dev": {
"nuvoleweb/drupal-component-scaffold": "*",
"drupal/config_installer": "1.3.0",
"drupal/core": "~8",
"drupal/console": "0.11.3",
"drush/drush": "~8.0",
"drupal/console": "~1",
"drush/drush": "*",
"drupal/ds": "~3",
"drupal/field_group": "~1",
"drupal/coffee": "~1",
......@@ -36,7 +35,8 @@
"bex/behat-extension-driver-locator": "^1.0",
"phpro/grumphp": "0.11.4",
"squizlabs/php_codesniffer": "~2.9",
"drupal/coder": "8.2.8"
"drupal/coder": "8.2.8",
"drupal/core": "8.4.x-dev"
},
"conflict": {
"drupal/drupal": "*"
......@@ -52,5 +52,7 @@
"Drupal\\ui_patterns\\": "src",
"Drupal\\Tests\\ui_patterns\\": "tests/src"
}
},
"require": {
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment