On Mon, Jan 21, 2013 at 1:48 AM, Hannes Magnusson <
hannes.magnus...@gmail.com> wrote:

> On Sun, Jan 20, 2013 at 6:57 PM, Ferenc Kovacs <tyr...@gmail.com> wrote:
> >
> >
> >
> > On Sun, Jan 20, 2013 at 11:29 PM, Hannes Magnusson
> > <hannes.magnus...@gmail.com> wrote:
> >>
> >> On Wed, Jan 2, 2013 at 6:36 PM, Peter Cowburn <sala...@php.net> wrote:
> >> > salathe                                  Wed, 02 Jan 2013 23:36:22
> +0000
> >> >
> >> > Revision: http://svn.php.net/viewvc?view=revision&revision=328948
> >> >
> >> > Log:
> >> > add travis ci
> >> >
> >> > Changed paths:
> >> >     A   phpdoc/en/trunk/.travis.yml
> >> >
> >> > Added: phpdoc/en/trunk/.travis.yml
> >> > ===================================================================
> >> > --- phpdoc/en/trunk/.travis.yml                         (rev 0)
> >> > +++ phpdoc/en/trunk/.travis.yml 2013-01-02 23:36:22 UTC (rev 328948)
> >> > @@ -0,0 +1,10 @@
> >> > +language: php
> >> > +php:
> >> > +  - 5.4
> >> > +before_script:
> >> > +  - mv `pwd` ../en
> >> > +  - cd ..
> >> > +  - git clone --depth=1 git://github.com/salathe/phpdoc-base.git
> >> > doc-base
> >> > +script:
> >> > +  - php doc-base/configure.php --enable-force-dom-save
> >> > --enable-xml-details --disable-libxml-check
> --redirect-stderr-to-stdout
> >> > --with-lang=en
> >> > +
> >> >
> >>
> >>
> >> How does this stuff work?
> >>
> >> -Hannes
> >
> >
> > https://travis-ci.org/salathe/phpdoc-en
> > http://about.travis-ci.org/docs/user/getting-started/
> > http://about.travis-ci.org/docs/user/languages/php/
> > basically you register a repo on travis-ci.org, add your .travis.yml to
> your
> > repo, it will check for changes, and execute a build on a freshly built
> vm
> > using the dependencies specified in the .travis.yml
> >
>
>
> I assume that much, but... and what?
> Do we get a mail on build failure? Does it notify the author who broke
> the build?
> Whats the purpose?
>
> -Hannes
>

http://about.travis-ci.org/docs/user/notifications/
we don't have a custom notifications set up, so the default behavior will
be used when sending out the email on broken builds.

-- 
Ferenc Kovács
@Tyr43l - http://tyrael.hu

Reply via email to