.travis.yml 148 B

123456789
  1. language: php
  2. php:
  3. - 5.3
  4. - 5.4
  5. - 5.5
  6. - 7.0
  7. - hhvm
  8. script: phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml tests