Skip to content

Commit d7b5a53

Browse files
committed
Allow PHP 7.1 to fail for now
1 parent 45399eb commit d7b5a53

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,34 @@
1+
sudo: false
2+
dist: trusty
3+
14
language: php
25
php:
36
- 7.1
47
- 7.0
58

9+
matrix:
10+
fast_finish: true
11+
allow_failures:
12+
- php: 7.1
13+
614
env:
715
- LIBMEMCACHED_VERSION=1.0.18 # Debian Jessie / Ubuntu Xenial
816
- LIBMEMCACHED_VERSION=1.0.16 # RHEL / CentOS 7
917
- LIBMEMCACHED_VERSION=1.0.8 # Debian Wheezy / Ubuntu Trusty
18+
1019
addons:
1120
apt:
1221
packages:
1322
- sasl2-bin
1423
- libsasl2-dev
24+
- libevent-dev
1525

1626
before_script:
1727
- ./.travis/travis.sh before_script $LIBMEMCACHED_VERSION
1828

1929
script:
2030
- ./.travis/travis.sh script $LIBMEMCACHED_VERSION
2131

22-
sudo: false
23-
2432
cache:
2533
directories:
2634
- $HOME/cache

0 commit comments

Comments
 (0)