Add Travis CI support

This commit is contained in:
Andrea Cardaci
2018-07-16 15:49:36 +02:00
parent e1cd3aed68
commit 690bf325ae
2 changed files with 7 additions and 2 deletions

5
.travis.yml Normal file
View File

@@ -0,0 +1,5 @@
---
install:
- pip install --user yamllint
script:
- make lint