AtlasOfLivingAustralia / travis-build-configuration

travis-ci.org build configuration files shared/re-used among ALA projects
5 stars 8 forks source link

Include command "grails test-app" as part of the default build process template for Grails apps and plugins #5

Open aruizca opened 9 years ago

aruizca commented 9 years ago

Not sure if the test results can be presented some way ala jenkins. This should be approved by @djtfmartin to go ahead, because I know for sure many Grails apps will fail, but just because the source code contains the default test generated implementation by the Grails scaffolding which says:

    void testSomething() {
       fail "Implement me"
    }

which should be committed in the first place :-) This change in the build process would prevent that and maybe encourage people to create more automatic test :-P

djtfmartin commented 9 years ago

It would be nice to know how many projects would fail before doing this. I suspect a lot for the reason you've described.