Skip to content

Commit 1555197

Browse files
committed
MAGETWO-63512: Travis build failures because the job exceeded the maximum time limit for jobs
1 parent dccf7b8 commit 1555197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ before_script: ./dev/travis/before_script.sh
3434
script:
3535
- cd dev/tests/$TEST_SUITE
3636
- test $TEST_SUITE = "static" && TEST_FILTER='--filter "Magento\\Test\\Php\\LiveCodeTest"' || true
37-
- phpunit $TEST_FILTER
37+
- phpunit --verbose --debug $TEST_FILTER

0 commit comments

Comments
 (0)