PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe File Storage   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dframe File Storage
Store and retrieve files in a database
Author: By
Last change: Update .travis.yml
Update .travis.yml
Resolved #29, update config .travis.yml
Date: 3 years ago
Size: 254 bytes
 

Contents

Class file image Download
language: php php: - 7.0 - 7.1 - 7.2 - 7.3 # We don't want to run linux commands as super user sudo: false # Tell Travis CI to monitor only 'master' branch branches: only: master install: composer install script: - vendor/bin/phpunit