php-doc-en/.travis.yml
Christoph Michael Becker 9c6afbe1e1 Add missing Travis CI config
These warnings can be seen in the `View Config` tab of any Travis CI job, e.g.: https://travis-ci.org/github/php/doc-en/jobs/686900419/config

Patch provided by carusogabriel.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349885 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 08:42:35 +00:00

12 lines
295 B
YAML

os: linux
dist: bionic
language: php
php:
- 7.2
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