Skip to content

Commit

Permalink
Try container build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Apr 6, 2015
1 parent a83fbb2 commit 466edba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ php:
- 5.6
- 7

sudo: false

services:
- redis-server

Expand All @@ -19,7 +21,7 @@ install:
git clone https://github.com/redis/hiredis.git \
&& pushd hiredis \
&& make \
&& sudo make install \
&& make install \
&& popd
script:
Expand Down

0 comments on commit 466edba

Please sign in to comment.