ahonson/weather

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
    - "7.4"
    - "7.3"
    - hhvm
    - nightly

matrix:
    allow_failures:
        - php: nightly
        - php: hhvm

sudo: false

git:
    submodules: false

env:
    global:
        - XDEBUG_MODE=coverage

before_script:
    - make install check

script:
    - make test