build-stages-demo icon indicating copy to clipboard operation
build-stages-demo copied to clipboard

is services: docker not required?

Open Legion2 opened this issue 5 years ago • 0 comments

in the travis doc, it is stated to add this to the .travis.yml:

sudo: required

services:
  - docker

But in this example it is not in the .travis.yml and i have a project without it too and docker works.

So my question is services: docker required in the .travis.yml to use docker in the build?

Legion2 avatar Aug 12 '18 08:08 Legion2