mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
40 lines
730 B
YAML
40 lines
730 B
YAML
dist: xenial
|
|
|
|
language: php
|
|
php:
|
|
- nightly
|
|
- 8.0
|
|
- 7.4
|
|
- 7.3
|
|
- 7.2
|
|
- 7.1
|
|
- 7.0
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- php: nightly
|
|
|
|
env:
|
|
- LIBMEMCACHED_VERSION=1.0.18 # Debian Jessie / Ubuntu Xenial
|
|
- LIBMEMCACHED_VERSION=1.0.16 # RHEL / CentOS 7
|
|
- LIBMEMCACHED_VERSION=1.0.8 # Debian Wheezy / Ubuntu Trusty
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- sasl2-bin
|
|
- libsasl2-dev
|
|
- libevent-dev
|
|
|
|
before_script:
|
|
- sudo apt-get purge -qq '^memcached*' '^libmemcached*'
|
|
- ./.travis/travis.sh before_script $LIBMEMCACHED_VERSION
|
|
|
|
script:
|
|
- ./.travis/travis.sh script $LIBMEMCACHED_VERSION
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/cache
|