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

Reply via email to