diff --git a/.travis.yml b/.travis.yml index 321ced8..a87ad2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: - FLOW_VERSION=3.3.* before_script: - - git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core + - git clone --depth=50 --branch=2017.01 git://github.com/aimeos/aimeos-core.git ../aimeos-core - cd ../aimeos-core - mv ../ai-flow ext/ - travis_retry composer require "typo3/flow:${FLOW_VERSION}" "zendframework/zend-diactoros:~1.0"