Skip to content

Commit

Permalink
Run Travis tests with Drupal 8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqq committed Oct 26, 2016
1 parent fd81550 commit 6523640
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
19 changes: 19 additions & 0 deletions .travis/drupal-8.3.x.make.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6523640

Please sign in to comment.