Skip to content

Commit

Permalink
Remove redundant setup:upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rogyar committed Oct 25, 2018
1 parent ccfffbc commit 33f40d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ matrix:
- php: 7.1
env: TEST_SUITE=functional
- php: 7.1
env: TEST_SUITE=api-functional
env: TEST_SUITE=graphql-api-functional
cache:
apt: true
directories:
Expand Down
1 change: 0 additions & 1 deletion dev/travis/before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ case $TEST_SUITE in
echo "Prepare api-functional tests for running"
cd dev/tests/api-functional
cp -r _files/Magento/* ../../../app/code/Magento # Deploy and enable test modules before running tests
php ../../../bin/magento setup:upgrade

cp ./phpunit_graphql.xml.dist ./phpunit.xml
sed -e "s?magento.url?${MAGENTO_HOST_NAME}?g" --in-place ./phpunit.xml
Expand Down

0 comments on commit 33f40d6

Please sign in to comment.