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

Commit

Permalink
Use 2017.07 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jul 3, 2017
1 parent 4d7ed1c commit 16c60a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ env:
- FLOW_VERSION=4.0.*

before_script:
- git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core
- git clone --depth=50 --branch=2017.07 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- cd ../aimeos-core
- mv ../ai-flow ext/
- travis_retry composer require "neos/flow:${FLOW_VERSION}" "zendframework/zend-diactoros:~1.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
"neos/cache": "~4.0",
"composer/installers": "^1.0",
"zendframework/zend-diactoros": "~1.0",
"aimeos/aimeos-core": "dev-master"
"aimeos/aimeos-core": "~2017.07"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 16c60a4

Please sign in to comment.