Hello all,
We’ve started an experiment in [text] in regards to using travis-ci to build
inside containers (specifically ibmjava at this point). It seems that it’s a
non-standard practice with regards to travis-ci.
I suppose my question is: is anyone familiar with using travis-ci and
specifying custom containers in which to run your build? Give the .travis.yml a
look in commons-text
(https://github.com/apache/commons-text/blob/master/.travis.yml) and let me
know what you think. Clearly we’re trying to use ibmjava to build the project,
but it’s definitely running that build on each of the 3 environments that we’re
running in and exits with a 0 from the docker run command regardless of if the
build fails.
Any thoughts?
Cheers,
-Rob