Skip to content

Commit c35792c

Browse files
committed
Use apigen 4.1
It runs much faster, see ApiGen/ApiGen#1015 Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 02990ff commit c35792c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
- php: "nightly"
2020
include:
2121
- php: "7.1"
22-
env: DOCS=yes
22+
env: DOCS=yes REQUIRE="apigen/apigen:^4.1"
2323
- php: "7.0"
2424
env: REQUIRE="phpmyadmin/motranslator:^3.0"
2525
- dist: precise
@@ -28,9 +28,8 @@ matrix:
2828
sudo: false
2929

3030
install:
31-
- composer install
3231
- 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
32+
- composer install
3433

3534
after_success:
3635
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)