Your IP : 216.73.216.220


Current Path : /var/www/html/vendor/codeception/stub/
Upload File :
Current File : /var/www/html/vendor/codeception/stub/.travis.yml

language: php

php:
  - 7.2
  - 7.3
  - 7.4

cache:
  directories:
    - vendor
    - $HOME/.composer/cache

sudo: false

before_install:
  - composer update --prefer-source

script: vendor/bin/phpunit tests