Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 5367279

Browse files
committed
Fix Travis CI build, which had configured composer to install newer dependencies than could be run on some tested php versions.
1 parent 17f8c53 commit 5367279

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
@@ -22,7 +22,7 @@ addons:
2222
env:
2323
global:
2424
- TESTS_ZEND_LDAP_ONLINE_ENABLED=true
25-
- COMPOSER_ARGS="--no-interaction --ignore-platform-reqs"
25+
- COMPOSER_ARGS="--no-interaction"
2626
- SITE_URL: https://zendframework.github.io/zend-ldap
2727
- GH_USER_NAME: "Matthew Weier O'Phinney"
2828
- GH_USER_EMAIL: matthew@weierophinney.net

0 commit comments

Comments
 (0)