/.travis.yml
YAML | 11 lines | 8 code | 3 blank | 0 comment | 0 complexity | 998e7ba0e6fe7e8387c136da96e6f332 MD5 | raw file
1language: php 2script: cd tests/; phpunit TestSuite.php 3 4php: 5 - 5.3 6 - 5.4 7 8before_script: 9 - curl -s http://getcomposer.org/installer | php 10 - php composer.phar install 11