diff --git a/.travis.yml b/.travis.yml index a630a6afffb..f07a18e5271 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,12 +15,6 @@ script: # this project and any Error Prone checks available only from other artifact # repositories. - ./mvnw clean install - # XXX: This extra build step should not be necessary. (Note that contrary to - # the statement above, we now run the build _thrice_). This extra step is - # here to recompile the Refaster templates against the Picnic Error Prone - # fork, because at this moment vanilla Refaster and Picnic's Refaster - # modifications are not (de)serialization compatible. - - ./mvnw clean install -Perror-prone-fork -DskipTests -Dverification.skip -s settings.xml - ./mvnw clean install -Perror-prone-fork -Pnon-maven-central -Pself-check -s settings.xml # XXX: Enable SonarCloud once we "go public". # ./mvnw jacoco:prepare-agent surefire:test jacoco:report sonar:sonar