#
# 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)  <
[email protected]> http://www.phpfastcache.com
# @author Georges.L (Geolim4)  <
[email protected]>
#
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