.travis.yml 202 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 language: php before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --prefer-source script: phpunit --bootstrap vendor/autoload.php tests/ php: - 5.3 - 5.4