PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Oleg Lunegov   MicroPHP Framework   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MicroPHP Framework
MVC framework for Web or command line applications
Author: By
Last change: Update of .travis.yml
Date: 2 months ago
Size: 261 bytes
 

Contents

Class file image Download
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm - hhvm-nightly matrix: fast_finish: true allow_failures: - php: hhvm-nightly before_script: - cd /tests script: phpunit --colors --no-globals-backup --bootstrap ./../../bootstrap.php .