We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45399eb commit 82d8ee7Copy full SHA for 82d8ee7
.travis.yml
@@ -1,26 +1,34 @@
1
+sudo: required
2
+dist: trusty
3
+
4
language: php
5
php:
- - 7.1
6
- 7.0
7
+ - 7.1
8
9
+matrix:
10
+ fast_finish: true
11
+ allow_failures:
12
+ - php: 7.1
13
14
env:
15
- LIBMEMCACHED_VERSION=1.0.18 # Debian Jessie / Ubuntu Xenial
16
- LIBMEMCACHED_VERSION=1.0.16 # RHEL / CentOS 7
17
- LIBMEMCACHED_VERSION=1.0.8 # Debian Wheezy / Ubuntu Trusty
18
19
addons:
20
apt:
21
packages:
22
- sasl2-bin
23
- libsasl2-dev
24
+ - libevent-dev
25
26
before_script:
27
- ./.travis/travis.sh before_script $LIBMEMCACHED_VERSION
28
29
script:
30
- ./.travis/travis.sh script $LIBMEMCACHED_VERSION
31
-sudo: false
-
32
cache:
33
directories:
34
- $HOME/cache
0 commit comments