Directly run API tests on travis, because they get stuck when run through composer

This commit is contained in:
Alejandro Celaya
2020-09-26 11:16:35 +02:00
parent 84b291e310
commit 6163e34327
3 changed files with 2 additions and 4 deletions

View File

@@ -15,7 +15,5 @@ testsExitCode=$?
vendor/bin/mezzio-swoole stop
echo "The exist code was $testsExitCode"
# Exit this script with the same code as the tests. If tests failed, this script has to fail
exit $testsExitCode