Track error in Travis CI

让人想犯罪 __ 提交于 2019-12-12 00:23:30

问题


I have Symfony 2.7 application that functionally tested. In local environment, it'easy to track error since I can see the log on app/logs directory. But in Travis CI I don't know what to do while my functional test is just shows these kind of lines:

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

So, how to find out what coused the error in Travis CI ??

来源:https://stackoverflow.com/questions/33164429/track-error-in-travis-ci

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!