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 b2a5913 commit d41f116Copy full SHA for d41f116
.travis.yml
@@ -13,8 +13,7 @@ env:
13
- TEST_SUITE=static-unit XDEBUG=true
14
15
install:
16
- - if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then composer config http-basic.repo.magento.com ${REPO_USERNAME} ${REPO_PASSWORD}; fi;
17
- - if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then composer config github-oauth.github.com ${GITHUB_TOKEN}; fi;
+ - composer config http-basic.repo.magento.com ${REPO_USERNAME} ${REPO_PASSWORD};
18
- composer config repositories.magento composer https://repo.magento.com/
19
- composer require "magento/framework:*" --no-update
20
- composer require "magento/module-store:*" --no-update
0 commit comments