bkdotcom/CssXpath

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php
dist: trusty
php:
  - 5.4
  - 5.5
  - 5.6
  - 7.0
  - 7.1
  - 7.2
  - 7.3
  - 7.4
  - hhvm-nightly
matrix:
  fast_finish: true
  include:
    - php: 5.3
      dist: precise
  allow_failures:
    - php: hhvm-nightly
before_script:
  - if [[ $TRAVIS_PHP_VERSION = 'hhvm-nightly' ]] ; then curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar; fi