We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d9a93 commit e93eee2Copy full SHA for e93eee2
.travis/before_script.sh
@@ -24,6 +24,7 @@ cd magento2
24
# add composer package under test, composer require will trigger update/install
25
composer config minimum-stability dev
26
composer config repositories.travis_to_test git https://github.com/$TRAVIS_REPO_SLUG.git
27
+#TODO make it work with tags as well:
28
composer require ${COMPOSER_PACKAGE_NAME}:dev-${TRAVIS_BRANCH}\#{$TRAVIS_COMMIT}
29
30
# prepare for test suite
composer.json
@@ -1,7 +1,6 @@
1
{
2
"name": "integer-net/magento2-session-unblocker",
3
"description": "Module for Magento 2 that prevents session blocking between concurrent AJAX requests",
4
- "version": "0.0.1",
5
"authors": [
6
7
"name": "Fabian Schmengler",
0 commit comments