Skip to content

Commit bde667f

Browse files
committed
Fix broken roave/bc-check test
1 parent 1884306 commit bde667f

File tree

2 files changed

+2
-51
lines changed

2 files changed

+2
-51
lines changed

.github/bc-test.sh

Lines changed: 0 additions & 49 deletions
This file was deleted.

.travis.yml

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

1919
matrix:
2020
include:
21-
- php: 7.2
21+
- php: 7.4
2222
name: Backward compatibillity check
23-
env: DEPENDENCIES="roave/backward-compatibility-check" TEST_COMMAND="./.github/bc-test.sh"
23+
env: DEPENDENCIES="roave/backward-compatibility-check" TEST_COMMAND="vendor/bin/roave-backward-compatibility-check"
2424
- php: 7.1
2525
name: phpstan
2626
script:

0 commit comments

Comments
 (0)