File ".travis.yml"

Full Path: /home/fundopuh/trader.fxex.org/vendor/anhskohbo/no-captcha/.travis.yml
File size: 254 bytes
MIME-type: text/plain
Charset: utf-8

language: php

dist: trusty

php:
  - 5.5
  - 5.6
  - 7.0
  - 7.1
  - 7.2

before_script:
  - travis_retry composer self-update
  - travis_retry composer install --prefer-source --no-interaction --dev

script:
  - composer install
  - vendor/bin/phpunit