From 0ca5be6ce0b84d69a308210705ae7e16230cf71c Mon Sep 17 00:00:00 2001 From: Aimeos Date: Tue, 10 Jan 2017 11:13:33 +0100 Subject: [PATCH] Fixed dependency to Aimeos core in travis-ci file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"