1
0
mirror of synced 2025-01-19 09:21:41 +03:00

add .travis.yml

This commit is contained in:
Akolzin Dmitry 2019-02-28 14:47:16 +03:00
parent 6bb711bc52
commit aac8e50559
2 changed files with 20 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,7 +7,6 @@
.idea/* .idea/*
/.idea /.idea
/.idea/* /.idea/*
.travis.yml
/vendor/ /vendor/

20
.travis.yml Normal file
View File

@ -0,0 +1,20 @@
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