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:
parent
cd3d3dcec5
commit
d0b637f686
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<phpdoc>
|
<phpdocumentor>
|
||||||
<title><![CDATA[Pico API Documentation]]></title>
|
<title><![CDATA[Pico API Documentation]]></title>
|
||||||
<parser>
|
<parser>
|
||||||
<target>.build/phpdoc.cache</target>
|
<target>.build/phpdoc.cache</target>
|
||||||
|
@ -30,4 +30,4 @@
|
||||||
<!-- exclude vendor dir -->
|
<!-- exclude vendor dir -->
|
||||||
<ignore>vendor/*</ignore>
|
<ignore>vendor/*</ignore>
|
||||||
</files>
|
</files>
|
||||||
</phpdoc>
|
</phpdocumentor>
|
||||||
|
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
|
|
||||||
# Deployment stage
|
# Deployment stage
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
|
php: 5.6
|
||||||
sudo: required
|
sudo: required
|
||||||
install:
|
install:
|
||||||
- '[ "$TRAVIS_PULL_REQUEST" == "false" ] || travis_terminate 0'
|
- '[ "$TRAVIS_PULL_REQUEST" == "false" ] || travis_terminate 0'
|
||||||
|
|
Loading…
Reference in a new issue