diff options
author | Mario <mario@mariovavti.com> | 2020-08-22 21:32:06 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-08-22 21:32:06 +0200 |
commit | 3b865d432ff24532b4a5e6917e23fc42b0d7fcaf (patch) | |
tree | 65bc81e92f02cbf253c5ab2d92e9c3f2bd2cb39e /vendor/pear/text_languagedetect/.travis.yml | |
parent | 646dce7765b36afab5c1688c51ebab48a214864e (diff) | |
download | volse-hubzilla-3b865d432ff24532b4a5e6917e23fc42b0d7fcaf.tar.gz volse-hubzilla-3b865d432ff24532b4a5e6917e23fc42b0d7fcaf.tar.bz2 volse-hubzilla-3b865d432ff24532b4a5e6917e23fc42b0d7fcaf.zip |
Revert "composer update pear/text_languagedetect"
This reverts commit 646dce7765b36afab5c1688c51ebab48a214864e
Diffstat (limited to 'vendor/pear/text_languagedetect/.travis.yml')
-rw-r--r-- | vendor/pear/text_languagedetect/.travis.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/pear/text_languagedetect/.travis.yml b/vendor/pear/text_languagedetect/.travis.yml deleted file mode 100644 index 7cb79a61f..000000000 --- a/vendor/pear/text_languagedetect/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: php -sudo: false -php: - - 7.2 - - 7.3 - - 7.4 -install: - - pear install pear/PHP_CodeSniffer - - composer install - - phpenv rehash -script: - - composer validate - - ./vendor/bin/phpunit --coverage-text tests - - phpcs Text/ |