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

Commit

Permalink
Merge pull request #631 from Gizra/feature/drupal9
Browse files Browse the repository at this point in the history
[PP] 630 Begin support for Drupal 9
  • Loading branch information
pfrenssen authored Mar 11, 2020
2 parents ab3dda3 + e4bd148 commit f3d15f6
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit f3d15f6

Please sign in to comment.