mirror of
https://github.com/luzifer-docker/archlinux.git
synced 2024-11-08 15:30:09 +00:00
10 lines
79 B
YAML
10 lines
79 B
YAML
|
sudo: required
|
||
|
|
||
|
language: bash
|
||
|
|
||
|
services:
|
||
|
- docker
|
||
|
|
||
|
script:
|
||
|
- make ci-test
|