Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

[PP] 630 Begin support for Drupal 9 #631

Merged
merged 2 commits into from
Mar 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,21 @@ env:
- TEST_SUITE=8.7.x
- TEST_SUITE=8.8.x
- TEST_SUITE=8.9.x
- TEST_SUITE=9.0.x
- TEST_SUITE=PHP_CodeSniffer

# Only run the coding standards check once.
matrix:
exclude:
- php: 7.2
env: TEST_SUITE=9.0.x
- php: 7.2
env: TEST_SUITE=PHP_CodeSniffer
- php: 7.4
env: TEST_SUITE=PHP_CodeSniffer
allow_failures:
- php: 7.4
- env: TEST_SUITE=9.0.x

mysql:
database: og
Expand Down