PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Khoa Bui   PHP Fast Cache   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Fast Cache
Store and get data from several cache containers
Author: By
Last change:
Date: 8 years ago
Size: 570 bytes
 

Contents

Class file image Download
# # This file is part of phpFastCache. # # @license MIT License (MIT) # # For full copyright and license information, please see the docs/CREDITS.txt file. # # @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> http://www.phpfastcache.com # @author Georges.L (Geolim4) <contact@geolim4.com> # language: php services: - memcached php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - nightly # - hhvm We may need to do review this check later script: - php -f tests/SyntaxChecker.test.php - php -f tests/Autoload.test.php - php -f tests/NewCacheInstance.test.php