Skip to content

Commit

Permalink
Use 2018.07
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jul 4, 2018
1 parent 0b3f95e commit f6b710c
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=2018.07 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- cd ../aimeos-core
- mv ../ai-fosuser ext/
- travis_retry composer update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": ">=5.3.3",
"composer/installers": "^1.0",
"aimeos/aimeos-core": "dev-master"
"aimeos/aimeos-core": "~2018.07"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f6b710c

Please sign in to comment.