Skip to content

Commit

Permalink
Use 2019.07 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jul 2, 2019
1 parent a496dd8 commit 87bff26
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 @@ -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=2019.07 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- cd ../aimeos-core && mv ../ai-monolog ext/
- travis_retry composer require "monolog/monolog" "1.*"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
"php": ">=5.3.3",
"monolog/monolog": "~1.0",
"composer/installers": "^1.0",
"aimeos/aimeos-core": "dev-master"
"aimeos/aimeos-core": "2019.07.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 87bff26

Please sign in to comment.