Skip to content

Commit

Permalink
Use 2017.10 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Oct 4, 2017
1 parent 6ed2237 commit 327dc45
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 @@ php:
- 5.4

before_script:
- git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core
- git clone --depth=50 --branch=2017.10 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": "~2017.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 327dc45

Please sign in to comment.