File tree 1 file changed +22
-16
lines changed
1 file changed +22
-16
lines changed Original file line number Diff line number Diff line change
1
+ sudo : required
2
+ dist : trusty
3
+
1
4
language : php
2
5
php :
3
6
- 5.5
4
- # - 5.4
5
- # - 5.3
7
+ - 5.6
8
+
6
9
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
19
17
20
- services :
21
- - memcached # will start memcached
18
+ addons :
19
+ apt :
20
+ packages :
21
+ - sasl2-bin
22
+ - libsasl2-dev
23
+ - libevent-dev
22
24
23
25
before_script :
24
26
- ./.travis/travis.sh before_script $LIBMEMCACHED_VERSION
25
27
26
28
script :
27
29
- ./.travis/travis.sh script $LIBMEMCACHED_VERSION
30
+
31
+ cache :
32
+ directories :
33
+ - $HOME/cache
You can’t perform that action at this time.
0 commit comments