Skip to content

Commit

Permalink
Use 2018.10 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Oct 4, 2018
1 parent c7aeff7 commit 62fcf83
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 @@ -25,7 +25,7 @@ matrix:
env: SYMFONY_VERSION=2.8.*

before_script:
- git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core
- git clone --depth=50 --branch=2018.10 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- cd ../aimeos-core
- mv ../ai-symfony ext/
- if [[ $TRAVIS_PHP_VERSION != "hhvm" ]]; then echo 'memory_limit = -1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
"composer/installers": "^1.0",
"symfony/symfony": "~2.4||~3.0||~4.0",
"zendframework/zend-diactoros": "~1.0",
"aimeos/aimeos-core": "dev-master"
"aimeos/aimeos-core": "2018.10.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 62fcf83

Please sign in to comment.