Skip to content

Commit

Permalink
Prepare 1.4 release (#86)
Browse files Browse the repository at this point in the history
* Update README.md
* Update composer.json
* Update .travis.yml
  • Loading branch information
jmleroux authored Mar 14, 2017
1 parent f009765 commit 2c00fe6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ language: php

php:
- 5.6
- 7.0
- 7.1

sudo: false

matrix:
allow_failures:
- php: 7.0
- php: 7.1

cache:
directories:
- $HOME/.composer/cache

before_install:
- echo "memory_limit=3G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- phpenv config-rm xdebug.ini
- phpenv config-rm xdebug.ini || echo "xdebug not available for PHP $TRAVIS_PHP_VERSION"
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- composer self-update --no-interaction

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ However, it does not provide a SSH export as the DnD Magento connector bundle do

| EnhancedConnectorBundle | Akeneo PIM Community Edition |
|:-----------------------:|:----------------------------:|
| v1.4.* | v1.7.* |
| v1.3.* | v1.6.* |
| v1.2.* | v1.5.* |
| v1.1.* | v1.4.* |
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"minimum-stability": "stable",
"require": {
"akeneo/pim-community-dev": "1.7.*@dev"
"akeneo/pim-community-dev": "1.7.*"
},
"require-dev": {
"phpspec/phpspec": "3.0.0",
Expand All @@ -36,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
"dev-master": "1.4.x-dev"
}
}
}

0 comments on commit 2c00fe6

Please sign in to comment.