Continuous integration environment
Eric Theise
erictheise at gmail.com
Mon Nov 12 19:14:13 GMT 2012
Hi everyone,
I managed to get a first pass at Travis CI set up this morning. It's
giving the same results as my local installation--three failures--for
ruby 1.9.2 and 1.9.3. There seems to be a problem with 1.8.7.
I didn't encounter any issues with PostgreSQL extensions, so my
apologies if I missed something. Please take a look:
https://travis-ci.org/erictheise/openstreetmap-website
One of the things I like about Travis is that it uses rvm so that it
can test against any number of rubies, so the current implementation
tests against 1.8.7, 1.9.2, and 1.9.3. Easy to try adding versions of
JRuby or Rubinius if there's any need.
--Eric
On Fri, Nov 9, 2012 at 2:13 PM, Eric Theise <erictheise at gmail.com> wrote:
> On Fri, Nov 9, 2012 at 2:00 PM, Paweł Paprota <ppawel at fastmail.fm> wrote:
>> Setting up a proof-of-concept Rails Port project on Travis would go a long
>> way towards identifying any problems with test execution (e.g. Postgres
>> extensions as John has mentioned). I may look into that during the weekend
>> but if you want, go ahead, just let me know so we don't do the same thing
>
> I'll see how far I can get on a proof-of-concept over the weekend and
> will post a progress report by Monday.
>
> --Eric
More information about the rails-dev
mailing list