diff options
-rw-r--r-- | .travis.yml | 6 | ||||
-rw-r--r-- | composer.json | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6570e66..2a01e10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,11 @@ php: - "hhvm" - "nightly" +env: + matrix: + - MOTRANSLATOR=yes + - MOTRANSLATOR=no + matrix: fast_finish: true allow_failures: @@ -19,6 +24,7 @@ sudo: false install: - composer install + - if [ "$MOTRANSLATOR" = "yes" ] ; then composer require phpmyadmin/motranslator:^3.0 ; fi after_script: - | diff --git a/composer.json b/composer.json index 04f6fd4..28cdaed 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,6 @@ "ext-mbstring": "*" }, "require-dev": { - "phpmyadmin/motranslator": "~3.0", "phpunit/php-code-coverage": "~2.0 || ~3.0", "phpunit/phpunit": "~4.8 || ~5.1" }, |