Symfony travisci中的跟踪误差

Symfony travisci中的跟踪误差,symfony,travis-ci,Symfony,Travis Ci,我有一个经过功能测试的Symfony 2.7应用程序。在本地环境中,很容易跟踪错误,因为我可以在app/logs目录中看到日志。但在Travis CI中,我不知道该怎么做,而我的功能测试只是显示了以下几行: 1) MyApp\Bundle\SomeBundle\Tests\Controller\SomeControllerTest::testIndexAction Failed asserting that 500 matches expected 200. 那么,如何找出Travis CI中

我有一个经过功能测试的Symfony 2.7应用程序。在本地环境中,很容易跟踪错误,因为我可以在app/logs目录中看到日志。但在Travis CI中,我不知道该怎么做,而我的功能测试只是显示了以下几行:

1) MyApp\Bundle\SomeBundle\Tests\Controller\SomeControllerTest::testIndexAction
Failed asserting that 500 matches expected 200.

那么,如何找出Travis CI中的错误原因???

您到底需要找到什么?我需要找到导致500个错误的确切错误或抛出的异常