From a62f6eb62282ed46aa4b2a4f0ba3525cce5c19dc Mon Sep 17 00:00:00 2001 From: Aimeos Date: Wed, 3 Jan 2018 22:05:16 +0100 Subject: [PATCH] Use Aimeos core 2018.01 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae91012..f69d34d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ matrix: fast_finish: true before_script: - - git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core + - git clone --depth=50 --branch=2018.01 git://github.com/aimeos/aimeos-core.git ../aimeos-core - cd ../aimeos-core - mv ../ai-typo3 ext/ - travis_retry composer require "zendframework/zend-diactoros" "~1.0"