From 2abfc5cb416d0f20b0d5748e6d6d1f35b8074bee Mon Sep 17 00:00:00 2001 From: Bertrand Dunogier Date: Sat, 17 Oct 2015 22:44:57 +0200 Subject: [PATCH] [tmp] customized kernel version --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5f3fbbd..bf8fc98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ before_script: # Checkout meta repo, change the branch and/or remote to use a different ezpublish branch/distro - git clone --depth 1 --single-branch --branch master https://github.com/ezsystems/ezplatform.git - cd ezplatform + - composer require "ezsystems/ezpublish-kernel:dev-ezp24264-query_controller_take2 as 6.0.x-dev" # Install everything needed for behat testing, using our local branch of this repo - ./bin/.travis/setup_from_external_repo.sh $BRANCH_BUILD_DIR "ezsystems/demobundle:dev-tmp_travis_branch"