• File: .travis.yml
  • Full Path: /home/masbinta/public_html/core/vendor/sabberworm/php-css-parser/.travis.yml
  • File size: 430 bytes
  • MIME-type: text/plain
  • Charset: utf-8
language: php
php:
    - "5.4"
    - "5.5"
    - "5.6"
    - "7.0"
    - "7.1"
    - "7.2"
    - "7.3"
    - hhvm
sudo: false
dist: trusty
matrix:
    include:
        -
            php: "5.3"
            dist: precise
            sudo: false
before_script: rm composer.lock && composer install
script: ./vendor/bin/phpunit --coverage-clover build/coverage/xml
after_script: ./vendor/bin/codacycoverage clover build/coverage/xml