Skip to content

Commit d7bd765

Browse files
committed
Backport travis.yml from master / php7 branch
1 parent cd65d99 commit d7bd765

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

‎.travis.yml

+22-16
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
1+
sudo: required
2+
dist: trusty
3+
14
language: php
25
php:
36
- 5.5
4-
#- 5.4
5-
#- 5.3
7+
- 5.6
8+
69
env:
7-
- LIBMEMCACHED_VERSION=1.0.17
8-
- LIBMEMCACHED_VERSION=1.0.16
9-
- LIBMEMCACHED_VERSION=1.0.15
10-
- LIBMEMCACHED_VERSION=1.0.14
11-
- LIBMEMCACHED_VERSION=1.0.10
12-
- LIBMEMCACHED_VERSION=1.0.8
13-
- LIBMEMCACHED_VERSION=1.0.7
14-
- LIBMEMCACHED_VERSION=1.0.6
15-
- LIBMEMCACHED_VERSION=1.0.2
16-
- LIBMEMCACHED_VERSION=0.53
17-
- LIBMEMCACHED_VERSION=0.49
18-
- LIBMEMCACHED_VERSION=0.44
10+
- LIBMEMCACHED_VERSION=1.0.18 # Debian Jessie / Ubuntu Xenial
11+
- LIBMEMCACHED_VERSION=1.0.16 # RHEL / CentOS 7
12+
- LIBMEMCACHED_VERSION=1.0.8 # Debian Wheezy / Ubuntu Trusty
13+
- LIBMEMCACHED_VERSION=1.0.2 # Ancient
14+
- LIBMEMCACHED_VERSION=0.53 # Ancient
15+
- LIBMEMCACHED_VERSION=0.49 # Ancient
16+
- LIBMEMCACHED_VERSION=0.44 # Ancient
1917

20-
services:
21-
- memcached # will start memcached
18+
addons:
19+
apt:
20+
packages:
21+
- sasl2-bin
22+
- libsasl2-dev
23+
- libevent-dev
2224

2325
before_script:
2426
- ./.travis/travis.sh before_script $LIBMEMCACHED_VERSION
2527

2628
script:
2729
- ./.travis/travis.sh script $LIBMEMCACHED_VERSION
30+
31+
cache:
32+
directories:
33+
- $HOME/cache

0 commit comments

Comments
 (0)