We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c4871 commit 6f8abb4Copy full SHA for 6f8abb4
1 file changed
.travis.yml
@@ -15,21 +15,22 @@ env:
15
- DRUPAL_CORE=8.3.x
16
- DRUPAL_CORE=8.4.x
17
- DRUPAL_CORE=8.5.x
18
+ - DRUPAL_CORE=8.6.x
19
20
matrix:
21
# Don't wait for the allowed failures to build.
22
fast_finish: true
23
include:
24
- php: 7.1
25
env:
- - DRUPAL_CORE=8.4.x
26
27
# Only run code coverage on the latest php and drupal versions.
28
- WITH_PHPDBG_COVERAGE=true
29
allow_failures:
30
# Allow the code coverage report to fail.
31
32
33
34
35
36
0 commit comments