Recommend this page to a friend! |
Classes of nvb | > | PHP Toolbox | > | .travis.yml | > | Download |
|
![]() |
language: php php: - 7.0 - 7.1 - 7.2 before_script: - composer self-update - composer install - phpenv rehash script: - vendor/bin/phpunit -v --colors --coverage-text notifications: email: - artodeto@bazzline.net sudo: false |