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 0e906ba commit ad291a8Copy full SHA for ad291a8
.travis.yml
@@ -59,7 +59,6 @@ script:
59
- test $TEST_SUITE = "functional" && TEST_FILTER='dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests.php' || true
60
61
# The scripts for grunt/phpunit type tests
62
- - if [ $TEST_SUITE == "functional" ]; then
63
- dev/tests/functional/vendor/phpunit/phpunit/phpunit -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
+ - if [ $TEST_SUITE == "functional" ]; then dev/tests/functional/vendor/phpunit/phpunit/phpunit -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
64
- if [ $TEST_SUITE != "functional" && $TEST_SUITE != "js" ]; then phpunit -c dev/tests/$TEST_SUITE $TEST_FILTER; fi
65
- if [ $TEST_SUITE == "js" ]; then grunt $GRUNT_COMMAND; fi
0 commit comments