Skip to content

Commit 516c88a

Browse files
committed
MQE-1964: MFTF Helper - Implementation
- add travis build for functional test execution
1 parent 73a5ad6 commit 516c88a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: php
22
php:
33
- 7.2
44
- 7.3
5+
services:
6+
- docker
7+
before_install:
8+
- docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:3.141.59-zirconium
59
install: composer install --no-interaction --prefer-source
610
env:
711
matrix:

0 commit comments

Comments
 (0)