Skip to content

Commit 347f0bb

Browse files
committed
Fix tests
1 parent f72f33a commit 347f0bb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
env: DB=mysqli
1818
- php: 7.3
1919
env: DB=mysqli
20-
- php: 7.4snapshot
20+
- php: 7.4
2121
env: DB=mysqli
2222
- php: nightly
2323
env: DB=mysqli

travis/prepare-epv.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ NOTESTS=$2
1717
if [ "$EPV" == "1" ] && [ "$NOTESTS" == "1" ]
1818
then
1919
cd phpBB
20-
composer remove sami/sami --update-with-dependencies --dev --no-interaction
2120
composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs
2221
cd ../
2322
fi

0 commit comments

Comments
 (0)