MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/wealth_cafsindia_com/application/libraries/dompdf/lib/php-font-lib/.travis.yml
language: php

env:
  - PREFER_LOWEST="--prefer-lowest"
  - PREFER_LOWEST=""

php:
    - 5.4
    - 5.5
    - 5.6
    - 7.0
    - hhvm

matrix:
  allow_failures:
    - php: hhvm
  fast_finish: true
  
before_script:
    - composer dump-autoload
    - composer self-update
    - composer update --prefer-source $PREFER_LOWEST

script: bin/phpunit


# Use Travis' new container-based infrastructure.
# See http://docs.travis-ci.com/user/migrating-from-legacy/#How-can-I-use-container-based-infrastructure%3F
sudo: false