add travis for syntax checking

This commit is contained in:
Fco. Javier Delgado del Hoyo 2017-04-08 17:28:35 +02:00
parent 1b801d6f00
commit 47aa233806

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
sudo: required
dist: xenial
language: bash
before_script:
- sudo apt-get -qq update
- sudo apt-get install -y devscripts shellcheck
script:
- make test