Skip to content

Commit c2f052b

Browse files
committed
Remove --ignore-platform-reqs
1 parent 889d972 commit c2f052b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ before_install:
2727
- echo $HOSTNAME
2828

2929
install:
30-
- composer update --no-interaction --prefer-stable --prefer-dist --no-suggest --no-scripts --no-plugins $PREFER_LOWEST --ignore-platform-reqs
30+
- composer update --no-interaction --prefer-stable --prefer-dist --no-suggest --no-scripts --no-plugins $PREFER_LOWEST
3131
- sudo ./tests/provisioner/install_ejabberd.sh testuser testpass
3232
- sudo ./tests/provisioner/install_dovecot.sh testuser testpass
3333

0 commit comments

Comments
 (0)