Build system: Use PHP 5.6 for deployment due to broken phpDocumentor v2.9

phpDocumentor v3.0 (currently in alpha) is broken, too, generating class docs without a single working link
This commit is contained in:
Daniel Rudolf 2019-09-12 13:46:22 +02:00
parent cd3d3dcec5
commit d0b637f686
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<phpdocumentor>
<title><![CDATA[Pico API Documentation]]></title>
<parser>
<target>.build/phpdoc.cache</target>
@ -30,4 +30,4 @@
<!-- exclude vendor dir -->
<ignore>vendor/*</ignore>
</files>
</phpdoc>
</phpdocumentor>

View File

@ -25,6 +25,7 @@ jobs:
# Deployment stage
- stage: deploy
php: 5.6
sudo: required
install:
- '[ "$TRAVIS_PULL_REQUEST" == "false" ] || travis_terminate 0'