Skip to content

Commit

Permalink
MQE-1964: MFTF Helper - Implementation
Browse files Browse the repository at this point in the history
 - add travis build for functional test execution
  • Loading branch information
okolesnyk committed Mar 16, 2020
1 parent 73a5ad6 commit 516c88a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: php
php:
- 7.2
- 7.3
services:
- docker
before_install:
- docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:3.141.59-zirconium
install: composer install --no-interaction --prefer-source
env:
matrix:
Expand Down

0 comments on commit 516c88a

Please sign in to comment.