.travis.yml 150 B

1234567891011
  1. language: php
  2. php:
  3. - 5.3.3
  4. - 5.3
  5. - 5.4
  6. - 5.5
  7. before_script: composer install --prefer-source
  8. script: phpunit -c tests/complete.phpunit.xml