php-doc-en/.travis.yml
Nikita Popov adb272db3d Use doc-base from php organization
Patch by rlenferink.

Closes php/doc-en#113.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349984 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-26 18:33:41 +00:00

12 lines
288 B
YAML

os: linux
dist: bionic
language: php
php:
- 7.2
before_script:
- mv `pwd` ../en
- cd ..
- git clone --depth=1 git://github.com/php/doc-base.git doc-base
script:
- php doc-base/configure.php --enable-xml-details --disable-libxml-check --redirect-stderr-to-stdout --with-lang=en