File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1313 - " hhvm-3.18"
1414 - " nightly"
1515
16- env :
17- matrix :
18- - MOTRANSLATOR=no DOCS=no
19-
2016matrix :
2117 fast_finish : true
2218 allow_failures :
@@ -25,15 +21,15 @@ matrix:
2521 - php : " 7.1"
2622 env : DOCS=yes
2723 - php : " 7.0"
28- env : MOTRANSLATOR=yes
24+ env : REQUIRE="phpmyadmin/motranslator:^3.0 "
2925 - dist : precise
3026 php : " 5.3"
3127
3228sudo : false
3329
3430install :
3531 - composer install
36- - if [ "$MOTRANSLATOR" = "yes" ] ; then composer require phpmyadmin/motranslator:^3.0 ; fi
32+ - if [ -n "$REQUIRE" ] ; then composer require "$REQUIRE" ; fi
3733
3834after_success :
3935 - bash <(curl -s https://codecov.io/bash)
4339 - $HOME/.composer/cache
4440
4541script :
46- - if [ "$DOCS" = "no " ] ; then ./vendor/bin/phpunit --configuration phpunit.xml ; fi
42+ - if [ "$DOCS" ! = "yes " ] ; then ./vendor/bin/phpunit --configuration phpunit.xml ; fi
4743 - if [ "$DOCS" = "yes" ] ; then ./vendor/bin/apigen generate --destination doc src/ ; fi
You can’t perform that action at this time.
0 commit comments