File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,11 @@ matrix:
2222 - php : nightly
2323 include :
2424 - php : 7.2
25- env : DOCS=yes
25+ env :
26+ - DOCS=yes
27+ - REQUIRE="sami/sami:^4.0"
28+ script : ./vendor/bin/sami.php --no-interaction update ./tools/sami-config.php
29+ after_success : skip
2630 - php : 7.1
2731 env : REQUIRE="phpmyadmin/motranslator:^3.0"
2832 - dist : precise
@@ -31,7 +35,6 @@ matrix:
3135sudo : false
3236
3337install :
34- - if [ $(php -r "echo PHP_MAJOR_VERSION;") -lt 7 ] ; then sed -i '/sami/D' composer.json ; fi
3538 - if [ -n "$REQUIRE" ] ; then composer require "$REQUIRE" ; fi
3639 - composer install
3740
4346 - $HOME/.composer/cache
4447
4548script :
46- - if [ "$DOCS" != "yes" ] ; then ./vendor/bin/phpunit --configuration phpunit.xml.dist ; fi
47- - if [ "$DOCS" = "yes" ] ; then ./vendor/bin/sami.php --no-interaction update ./tools/sami-config.php ; fi
49+ - ./vendor/bin/phpunit --configuration phpunit.xml.dist
You can’t perform that action at this time.
0 commit comments