-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
38 lines (31 loc) · 727 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
dist: xenial
language: php
php:
- master
- 7.4snapshot
- 7.3
- 7.2
- 7.1
- 7.0
matrix:
fast_finish: true
allow_failures:
- php: master
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