Skip to content

Commit ac4d51b

Browse files
committed
Add backward compatibility check
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
1 parent 861a123 commit ac4d51b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ matrix:
2828
- php: nightly
2929
install:
3030
- composer install --no-interaction --ignore-platform-reqs
31+
- php: 7.4
32+
name: "Backward compatibility check"
33+
install:
34+
- composer require --dev roave/backward-compatibility-check
35+
- composer install --no-interaction
36+
script:
37+
- vendor/bin/roave-backward-compatibility-check
3138

3239
install:
3340
- composer install --no-interaction

0 commit comments

Comments
 (0)