Add simple travis check to validate perl syntax

This commit is contained in:
Napsty
2019-11-22 15:22:24 +01:00
parent c49b54d07f
commit 7f431b75c2

12
.travis.yml Normal file
View 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