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 34b6d06 commit 67b5875Copy full SHA for 67b5875
1 file changed
.travis.yml
@@ -8,15 +8,12 @@
8
# @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> https://www.phpfastcache.com
9
# @author Georges.L (Geolim4) <contact@geolim4.com>
10
#
11
-sudo: false
12
-
+os: linux
13
dist: trusty
14
15
language: php
16
17
services:
18
- memcached
19
- - redis-server
+ - redis
20
- couchdb
21
- riak
22
- mongodb
@@ -47,7 +44,7 @@ php:
47
44
- nightly
48
45
- hhvm
49
46
50
-matrix:
+jobs:
51
fast_finish: true
52
allow_failures:
53
- php: nightly
0 commit comments