mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
|
sudo: required
|
||
|
|
||
|
services:
|
||
|
- docker
|
||
|
|
||
|
arch:
|
||
|
script:
|
||
|
- "./scripts/system-setup.sh"
|
||
|
|
||
|
script:
|
||
|
- shellcheck ./administration/*.sh
|
||
|
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
|