mirror of
https://github.com/Napsty/check_smart.git
synced 2025-12-20 00:16:34 +01:00
Add simple travis check to validate perl syntax
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
sudo: required
|
||||
dist: xenial
|
||||
|
||||
language: generic
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install -qq perl
|
||||
|
||||
script:
|
||||
- ./check_smart.pl --help
|
||||
Reference in New Issue
Block a user