Implemented multiple changes

This commit is contained in:
Kevin Veen-Birkenbach [aka. Frantz]
2019-09-30 14:47:48 +02:00
parent 8422e3cb9a
commit b7cec3a070
8 changed files with 54 additions and 3 deletions

12
.travis Normal file
View File

@@ -0,0 +1,12 @@
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"