Skip to content

Commit 4096222

Browse files
minor KnpLabs#900 Remove BC check on 3.x (GrahamCampbell)
This PR was squashed before being merged into the 3.0.x-dev branch. Discussion ---------- Can be added back once 3.0.0 is tagged. Commits ------- b78cc5b Remove BC check on 3.x 4027cb9 Restore with comment
1 parent afbe6c4 commit 4096222

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ php:
1818

1919
matrix:
2020
include:
21-
- php: 7.4.7
22-
name: Backward compatibillity check
23-
env: DEPENDENCIES="roave/backward-compatibility-check" TEST_COMMAND="vendor/bin/roave-backward-compatibility-check"
21+
# BC check disabled until 3.0.0 is tagged
22+
# - php: 7.4.7
23+
# name: Backward compatibillity check
24+
# env: DEPENDENCIES="roave/backward-compatibility-check" TEST_COMMAND="vendor/bin/roave-backward-compatibility-check"
2425
- php: 7.4
2526
name: phpstan
2627
script:

0 commit comments

Comments
 (0)