Skip to content

Commit 67b5875

Browse files
committed
Fixed some warning in travis build
1 parent 34b6d06 commit 67b5875

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@
88
# @author Khoa Bui (khoaofgod) <[email protected]> https://www.phpfastcache.com
99
# @author Georges.L (Geolim4) <[email protected]>
1010
#
11-
sudo: false
12-
11+
os: linux
1312
dist: trusty
14-
1513
language: php
16-
1714
services:
1815
- memcached
19-
- redis-server
16+
- redis
2017
- couchdb
2118
- riak
2219
- mongodb
@@ -47,7 +44,7 @@ php:
4744
- nightly
4845
- hhvm
4946

50-
matrix:
47+
jobs:
5148
fast_finish: true
5249
allow_failures:
5350
- php: nightly

0 commit comments

Comments
 (0)