Enable docker service in travis

Adds the docker service in travis which is now required by arch-travis.

See: https://github.com/mikkeloscar/arch-travis/pull/40
master
Mikkel Oscar Lyderik Larsen 7 years ago
parent 0775d00c39
commit 2c10344f8f
No known key found for this signature in database
GPG Key ID: 50AD98B2A0D8D4EF

@ -1,5 +1,8 @@
sudo: required
services:
- docker
language: c
compiler:

Loading…
Cancel
Save