elazar/phantestic

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php
sudo: false

php:
  - 5.5
  - 5.6
  - 7
  - hhvm

matrix:
  fast_finish: true

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

before_script:
  - composer self-update
  - composer install -o

script:
  - ./tests/runner.php