Skip to content

Commit 6f8abb4

Browse files
committed
Added Drupal 8.6 to test matrix.
1 parent 53c4871 commit 6f8abb4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,22 @@ env:
1515
- DRUPAL_CORE=8.3.x
1616
- DRUPAL_CORE=8.4.x
1717
- DRUPAL_CORE=8.5.x
18+
- DRUPAL_CORE=8.6.x
1819

1920
matrix:
2021
# Don't wait for the allowed failures to build.
2122
fast_finish: true
2223
include:
2324
- php: 7.1
2425
env:
25-
- DRUPAL_CORE=8.4.x
26+
- DRUPAL_CORE=8.6.x
2627
# Only run code coverage on the latest php and drupal versions.
2728
- WITH_PHPDBG_COVERAGE=true
2829
allow_failures:
2930
# Allow the code coverage report to fail.
3031
- php: 7.1
3132
env:
32-
- DRUPAL_CORE=8.4.x
33+
- DRUPAL_CORE=8.6.x
3334
# Only run code coverage on the latest php and drupal versions.
3435
- WITH_PHPDBG_COVERAGE=true
3536

0 commit comments

Comments
 (0)