We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b991d commit df232e8Copy full SHA for df232e8
1 file changed
.travis.yml
@@ -27,6 +27,7 @@ before_script:
27
# Checkout meta repo, change the branch and/or remote to use a different ezpublish branch/distro
28
- git clone --depth 1 --single-branch --branch master https://github.com/ezsystems/ezplatform.git
29
- cd ezplatform
30
+ - composer require "ezsystems/ezpublish-kernel:dev-ezp24624-query_controller_take2 as 6.0.x-dev"
31
32
# Install everything needed for behat testing, using our local branch of this repo
33
- ./bin/.travis/setup_from_external_repo.sh $BRANCH_BUILD_DIR "ezsystems/demobundle:dev-tmp_travis_branch"
0 commit comments