1 2 3 4 5 6 7 8 9 10 11
language: php php: - 5.3 - 5.4 before_script: - COMPOSER_PROCESS_TIMEOUT=10000 composer install script: - ./bin/phing test