Skip to content

Commit

Permalink
Added docker service to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stenin-nikita committed Apr 8, 2017
1 parent f751ecf commit aa209cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sudo: required

language: php

php:
Expand All @@ -9,6 +11,9 @@ env:
global:
- setup=basic

services:
- docker

matrix:
fast_finish: true
include:
Expand All @@ -17,8 +22,6 @@ matrix:
- php: 5.6
env: setup=stable

sudo: false

cache:
directories:
- $HOME/.composer/cache
Expand Down

0 comments on commit aa209cb

Please sign in to comment.