Recommend this page to a friend! |
Classes of Slawomir Kaleta | > | Dframe Framework | > | .travis.yml | > | Download |
|
|
![]() |
language: php os: - linux php: - 7.3 - 7.4 # We don't want to run linux commands as super user sudo: false install: composer install script: - vendor/bin/phpunit |