mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329887 c90b9560-bf6c-de11-be94-00142212c4b1
10 lines
272 B
YAML
10 lines
272 B
YAML
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-xml-details --disable-libxml-check --redirect-stderr-to-stdout --with-lang=en
|
|
|