Skip to content

Commit b209160

Browse files
committed
Merge branch '4.x-dev' into 5.x-dev
2 parents 76f0235 + 236c225 commit b209160

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ language: php
44

55
php:
66
- 7.2
7-
- 7.4
87
# - hhvm
98

109
services:
@@ -51,6 +50,15 @@ matrix:
5150
- composer require --dev phpunit/phpunit ~9.3 --ignore-platform-reqs
5251
- cd tests/PHPUnit
5352
- $PIWIK_ROOT_DIR/tests/travis/travis.sh
53+
- php: 8.1
54+
env: TEST_SUITE=PluginTests MYSQL_ADAPTER=PDO_MYSQL TEST_AGAINST_CORE=minimum_required_piwik SKIP_COMPOSER_INSTALL=1
55+
script:
56+
- cd $PIWIK_ROOT_DIR
57+
- composer install --ignore-platform-reqs
58+
- composer remove --dev phpunit/phpunit
59+
- composer require --dev phpunit/phpunit ~9.3 --ignore-platform-reqs
60+
- cd tests/PHPUnit
61+
- $PIWIK_ROOT_DIR/tests/travis/travis.sh
5462

5563
dist: bionic
5664

@@ -76,7 +84,7 @@ install:
7684
- '[ -d ./tests/travis/.git ] || sh -c "rm -rf ./tests/travis && git clone https://github.com/matomo-org/travis-scripts.git ./tests/travis"'
7785
- cd ./tests/travis ; git checkout master ; cd ../..
7886

79-
- export GENERATE_TRAVIS_YML_COMMAND="php ./tests/travis/generator/main.php generate:travis-yml --plugin=\"DeviceDetectorCache\" --php-versions=\"7.2,7.4\" --distribution=\"bionic\" --sudo-false --verbose"
87+
- export GENERATE_TRAVIS_YML_COMMAND="php ./tests/travis/generator/main.php generate:travis-yml --plugin=\"DeviceDetectorCache\" --php-versions=\"7.2\" --distribution=\"bionic\" --sudo-false --verbose"
8088
- '[[ "$TRAVIS_JOB_NUMBER" != *.1 || "$TRAVIS_PULL_REQUEST" != "false" ]] || ./tests/travis/autoupdate_travis_yml.sh'
8189

8290
- ./tests/travis/checkout_test_against_branch.sh

lang/gl.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{}
1+
{
2+
"DeviceDetectorCache": {
3+
"PluginDescription": "Fai o seguimento máis rápido detectando moitos dispositivos, sistemas operativos, bots e navegadores desde unha caché."
4+
}
5+
}

0 commit comments

Comments
 (0)