6 lines
116 B
YAML
6 lines
116 B
YAML
language: python
|
|
python: "3.4"
|
|
|
|
before_install: sudo apt-get install iputils-ping
|
|
script: scripts/check -s ./hosts/
|