Closed denis-anisimov closed 6 years ago
The validation is currently done via Travis.
@caalador's comment: Due to having IT tests you will need to migrate the build from travis to bender as travis doesn't have the license key .
So the validation should be migrated from Travis to bender.
Tests need to be fixed and @Ignored
should be removed.
I don't know whether this is issue or not but currently build verification just compiles the sources.
The tests are not executed because there is nothing configured for that in
pom.xml
. Moreover the existing tests are broken and fails.The ticket is created for tracking so that is not surprise in the future.
I'm going to configure
pom.xml
to execute IT tests but removeverify
goal from the travis validation script.If the validation should be enabled back then:
verify
goal@Ignored
).The mentioned changes will be done by #80.