b374k
m1n1 1.01
Apache/2.4.41 (Ubuntu)
Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
uid=33(www-data) gid=33(www-data) groups=33(www-data)
server ip : 62.171.164.128 | your ip : 127.0.0.1
safemode OFF
 >  / home / dev2.destoffenstraat.com / app / code / TIG / PostNL /
Filename/home/dev2.destoffenstraat.com/app/code/TIG/PostNL/.travis.yml
Size1.23 kb
Permissionrwxrwxrwx
Ownerroot : root
Create time17-Aug-2025 10:26
Last modified20-Dec-2022 13:13
Last accessed22-Aug-2025 14:06
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
services:
- docker
matrix:
include:
- env: MAGENTO_VERSION=2.3.7 DB_VERSION=5.7 TESTS=unit
- env: MAGENTO_VERSION=2.4.3-p1 DB_VERSION=8 TESTS=unit
- env: MAGENTO_VERSION=2.4.4 DB_VERSION=8 TESTS=unit
- env: MAGENTO_VERSION=2.3.7 DB_VERSION=5.7 TESTS=integration
- env: MAGENTO_VERSION=2.4.3-p1 DB_VERSION=8 TESTS=integration
- env: MAGENTO_VERSION=2.4.4 DB_VERSION=8 TESTS=integration

script:
- docker pull registry.tig.nl/tig-docker/magento:$MAGENTO_VERSION
- docker run --rm --link mysql:db --link elasticsearch:es --link ampq:ampq -v $(pwd):/code:ro -e DB_NAME=integration registry.tig.nl/tig-docker/magento:$MAGENTO_VERSION test-runner -vv -n -i $MAGENTO_VERSION -m $TESTS
before_script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin registry.tig.nl
- docker run --rm -d --name mysql -e MYSQL_RANDOM_ROOT_PASSWORD=true -e MYSQL_USER=integration -e MYSQL_PASSWORD=integration -e MYSQL_DATABASE=integration mysql:$DB_VERSION
- docker run --rm -d --name ampq rabbitmq:3.8
- docker run --rm -d --name elasticsearch -e "discovery.type=single-node" elasticsearch:7.9.3

after_script:
- docker stop mysql elasticsearch ampq

cache:
directories:
- node_modules
- $HOME/.composer