Skip to content

Commit fa8b1dd

Browse files
Merge pull request #273 from mauriciofauth/backward-compatibility-check
Add backward compatibility check Adds a tool that can be used to verify backward compatibility breaks. https://github.com/Roave/BackwardCompatibilityCheck
2 parents 861a123 + ac4d51b commit fa8b1dd

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)