PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Emil Kilhage   Symfony Task bundle   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Symfony Task bundle
Schedule task using cron with Symfony
Author: By
Last change: Merge pull request #4 from AlexBergal/patch-1

Update README.md
Date: 4 years ago
Size: 195 bytes
 

Contents

Class file image Download
language: php php: - 7.1 - 7.2 before_script: composer install -n script: vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml after_script: php vendor/bin/coveralls -v