Hi Ted, The Travis build works. If there is a green check the build succeeded. If there is a red X it failed. At this point with the latest master the build is stable, so if the Travis build fails you probably broke something. To see the results of a travis build for a PR:
1. Go to your PR page 2. Go to the bottom and click show all checks 3. Click details next to Travis. 4. This will take you to the Travis page with trimmed down logs 5. To see full logs click Raw logs 6. To see the tests that fail scroll down to the bottom and look at the Maven test summary. Some of the tests do print stack traces when they are passing and working correctly. I agree it's annoying but the Maven test summary will give you an accurate list of failed tests. Thanks, Tim ________________________________ From: Ted Dunning <[email protected]> Sent: Tuesday, February 27, 2018 11:09:43 AM To: [email protected] Subject: travis CI? Does the travis CI build actually work? How can you tell what broke? There seem to be bunches of tests that print out stack traces, but actually succeed. Is there a way to access the test output file?
