Description
See the q&a at http://stackoverflow.com/questions/26082444/how-to-work-around-travis-cis-4mb-output-limit.
TravisCI has a limitation of log size. If the log size exceeds 4MB or some threshold line number, the test is terminated by TravisCI as failure.
So, we need to adjust the log level.