Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Fixed dependency to Aimeos core in travis-ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jan 10, 2017
1 parent 94b27e7 commit 0ca5be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 0ca5be6

Please sign in to comment.