1
0
Fork 0
mirror of synced 2025-04-13 14:10:56 +00:00
bitrix-module/.travis.yml
2019-02-28 14:47:16 +03:00

20 lines
252 B
YAML

language: php
sudo: false
php:
- 7.1
- 7.2
env:
global:
- DB_BITRIX_HOST=localhost
- DB_BITRIX_LOGIN=root
- DB_BITRIX_PASS=root
- DB_BITRIX_NAME=bitrix
before_script:
- bash tests/bin/before_script.sh
script:
- make test