andreiyastrzhembski/project-lvl2-s409

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php
php:
  - '7.3'

install:
  - composer self-update
  - make install

script: make lint test