Lundmarks/ramverk1-forecaster-modulebth

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
    - "7.4"
    - hhvm
    - nightly

sudo: false

git:
    submodules: false

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

before_script:
    # - composer install
    - make install

script:
    - make check
    - make test