/.travis.yml

http://github.com/crodas/Haanga · YAML · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · 998e7ba0e6fe7e8387c136da96e6f332 MD5 · raw file

  1. language: php
  2. script: cd tests/; phpunit TestSuite.php
  3. php:
  4. - 5.3
  5. - 5.4
  6. before_script:
  7. - curl -s http://getcomposer.org/installer | php
  8. - php composer.phar install