/.travis.yml
http://github.com/crodas/Haanga · YAML · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · 998e7ba0e6fe7e8387c136da96e6f332 MD5 · raw file
- language: php
- script: cd tests/; phpunit TestSuite.php
- php:
- - 5.3
- - 5.4
-
- before_script:
- - curl -s http://getcomposer.org/installer | php
- - php composer.phar install