Skip to content

Commit 33f40d6

Browse files
committed
Remove redundant setup:upgrade
1 parent ccfffbc commit 33f40d6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ matrix:
4545
- php: 7.1
4646
env: TEST_SUITE=functional
4747
- php: 7.1
48-
env: TEST_SUITE=api-functional
48+
env: TEST_SUITE=graphql-api-functional
4949
cache:
5050
apt: true
5151
directories:

dev/travis/before_script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ case $TEST_SUITE in
158158
echo "Prepare api-functional tests for running"
159159
cd dev/tests/api-functional
160160
cp -r _files/Magento/* ../../../app/code/Magento # Deploy and enable test modules before running tests
161-
php ../../../bin/magento setup:upgrade
162161

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

0 commit comments

Comments
 (0)