HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System: Linux li317-225.members.linode.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64
User: apache (48)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //var/www/kosmicfarms/vendor/scrivo/highlight.php/.travis.yml
language: php

# Use a jobs-only configuration file
#   https://github.com/travis-ci/travis-ci/issues/8295#issuecomment-454457787
unit_test: &unit_test
  stage: Unit Tests
  env:
    - COMPOSER_PROCESS_TIMEOUT=0
  install:
    - composer install --prefer-dist --no-interaction --no-progress
  script:
    # Disable XDebug to speed up Composer and test suites.
    - phpenv config-rm xdebug.ini
    - composer test

jobs:
  include:
    # Unit testing in different PHP versions
    - <<: *unit_test
      php: 5.4
      dist: trusty
    - <<: *unit_test
      php: 5.5
      dist: trusty
    - <<: *unit_test
      php: 5.6
      dist: xenial
    - <<: *unit_test
      php: 7.0
      dist: xenial
    - <<: *unit_test
      php: 7.1
      dist: bionic
    - <<: *unit_test
      php: 7.2
      dist: bionic
    - <<: *unit_test
      php: 7.3
      dist: bionic
    - <<: *unit_test
      php: 7.4
      dist: bionic

    # Other checks we need to perform
    - stage: checks
      php: 7.2
      script:
        bash .travis/hasGitChanges.sh

notifications:
  email: false
  webhooks:
    - http://helit.org:8093/+sujevo-dev/showSuccessfulBuildMessages=always