Skip to content

Commit

Permalink
Prepare 1.10 release (#81)
Browse files Browse the repository at this point in the history
* Update composer.json
* Update .travis.yml
  • Loading branch information
jmleroux authored Mar 14, 2017
1 parent 76c6165 commit 91a966a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
language: php

php:
- "5.6"
- "7.0"

# Allow to use container infrastructure
sudo: false
- "7.1"

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

before_script:
- phpenv config-add travis.php.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
- composer update --no-interaction --no-scripts

script:
- ./bin/phpspec run

notifications:
slack: akeneo:RtMZyFyncKFKYKFT3kdzLvid
14 changes: 3 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@
],
"minimum-stability": "stable",
"require": {
"akeneo/pim-community-dev": "1.7.*@beta"
"akeneo/pim-community-dev": "1.7.*"
},
"require-dev": {
"phpspec/phpspec": "3.0.0",
"squizlabs/php_codesniffer": "2.3.*",
"phpmd/phpmd": "2.3.*",
"friendsofphp/php-cs-fixer": "@stable",
"henrikbjorn/phpspec-code-coverage": "3.0.1"
"friendsofphp/php-cs-fixer": "@stable"
},
"config": {
"bin-dir": "bin"
Expand All @@ -37,10 +34,5 @@
"Pim\\Bundle\\CustomEntityBundle\\": ""
}
},
"target-dir": "Pim/Bundle/CustomEntityBundle",
"extra": {
"branch-alias": {
"dev-master": "1.8.x-dev"
}
}
"target-dir": "Pim/Bundle/CustomEntityBundle"
}

0 comments on commit 91a966a

Please sign in to comment.