mirror of
https://github.com/Napsty/check_smart.git
synced 2025-12-20 00:16:34 +01:00
13 lines
166 B
YAML
13 lines
166 B
YAML
---
|
|
sudo: required
|
|
dist: xenial
|
|
|
|
language: generic
|
|
|
|
before_install:
|
|
- sudo apt-get update -q
|
|
- sudo apt-get install -qq perl
|
|
|
|
script:
|
|
- ./check_smart.pl --help
|