Current Path : /home/numerotech/www/livemt2023.aios-scientificcommittee.org/vendor/stack/builder/ |
Current File : //home/numerotech/www/livemt2023.aios-scientificcommittee.org/vendor/stack/builder/.travis.yml |
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm before_script: - composer install --no-interaction --prefer-source script: phpunit --coverage-text matrix: allow_failures: - php: hhvm fast_finish: true