Skip to content

Commit d41f116

Browse files
oshmyheliukshiftedreality
authored andcommitted
MAGECLOUD-4566: Fix failed tests from forked repos in magento-cloud-components (#16)
1 parent b2a5913 commit d41f116

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ env:
1313
- TEST_SUITE=static-unit XDEBUG=true
1414

1515
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;
16+
- composer config http-basic.repo.magento.com ${REPO_USERNAME} ${REPO_PASSWORD};
1817
- composer config repositories.magento composer https://repo.magento.com/
1918
- composer require "magento/framework:*" --no-update
2019
- composer require "magento/module-store:*" --no-update

0 commit comments

Comments
 (0)