Closed fbenz closed 4 years ago
The build is green: https://travis-ci.org/github/ScaCap/spring-auto-restdocs/builds/729441306
Why don't we see Travis results in PRs anymore?
Perhaps because of this?
Why don't we see Travis results in PRs anymore?
Perhaps because of this?
I don't think so. Travis is actually triggered but it's not reported here. So something in the communication between Travis CI and GitHub is broken.
org.junit.Assert.assertThat
was deprecated for our use case with Hamcrest matchers. Thus, I either replaced it byorg.hamcrest.MatcherAssert.assertThat
or directly migrated the test to AssertJ.