Skip to content

Commit 5287d46

Browse files
author
Jakub Piasecki
committed
Allow failures for 5.6
1 parent 12badd6 commit 5287d46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ env:
1616
- RELEASE=stable COMPOSER_CHANNEL=snapshot
1717

1818
matrix:
19+
allow_failures:
20+
# 5.6 is no longer supported by drupal-composer/drupal-project
21+
- php: 5.6
22+
env: RELEASE=stable COMPOSER_CHANNEL=stable
1923
exclude:
2024
- php: 5.6
2125
env: RELEASE=dev COMPOSER_CHANNEL=stable

0 commit comments

Comments
 (0)