We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02990ff commit c35792cCopy full SHA for c35792c
.travis.yml
@@ -19,7 +19,7 @@ matrix:
19
- php: "nightly"
20
include:
21
- php: "7.1"
22
- env: DOCS=yes
+ env: DOCS=yes REQUIRE="apigen/apigen:^4.1"
23
- php: "7.0"
24
env: REQUIRE="phpmyadmin/motranslator:^3.0"
25
- dist: precise
@@ -28,9 +28,8 @@ matrix:
28
sudo: false
29
30
install:
31
- - composer install
32
- if [ -n "$REQUIRE" ] ; then composer require "$REQUIRE" ; fi
33
- - if [ "$DOCS" = "yes" ] ; then composer require "apigen/apigen dev-master#e381f7c" "roave/better-reflection dev-master#c87d856" ; fi
+ - composer install
34
35
after_success:
36
- bash <(curl -s https://codecov.io/bash)
0 commit comments