On Sun, Jan 20, 2013 at 11:29 PM, Hannes Magnusson < [email protected]> wrote:
> On Wed, Jan 2, 2013 at 6:36 PM, Peter Cowburn <[email protected]> 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.gitdoc-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 -- Ferenc Kovács @Tyr43l - http://tyrael.hu
