Initial attempt at travis-ci integration

This is the initial attempt to integrate the easyrsa project with
travis-ci by merging szepeviktor-master.  Additional work is necessary,
but this gets us going in the right direction.  Closes #165.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2017-12-07 19:23:33 -06:00
commit 288a0e248d

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: bash
sudo: false
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
script:
- bash -c 'shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa'