.travis.yml 166 B

12345678910111213
  1. language: php
  2. php:
  3. - "5.2"
  4. - "5.3"
  5. - "5.4"
  6. before_install:
  7. - sh ./tests/install_dependencies.sh
  8. - phpenv rehash
  9. script:
  10. - cd tests/
  11. - php runalltests.php