mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 14:06:00 +01:00
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
This commit is contained in:
parent
0775d00c39
commit
2c10344f8f
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
|
|
Loading…
Reference in a new issue