1
0
mirror of synced 2024-11-29 08:46:09 +03:00
bitrix-module/.travis.yml

21 lines
252 B
YAML
Raw Normal View History

2019-02-28 14:47:16 +03:00
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