Your IP : 216.73.217.143


Current Path : /home/ereika83/public_html/wp-content/plugins/wpdatatables/lib/greenlion/php-sql-parser/
Upload File :
Current File : /home/ereika83/public_html/wp-content/plugins/wpdatatables/lib/greenlion/php-sql-parser/.travis.yml

language: php
dist: trusty

php:
  - 5.4
  - 5.5
  - 5.6
  - 7.0
  - 7.1
  - 7.2
  - 7.3
  - nightly

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

before_script:
  - composer install

script: vendor/bin/phpunit --configuration phpunit.xml

matrix:
  fast_finish: true
  allow_failures:
    - php: nightly