Merge branch 'master' of https://github.com/szepeviktor/easy-rsa into szepeviktor-master
This commit is contained in:
commit
bb2c290c15
13
.travis.yml
Normal file
13
.travis.yml
Normal 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'
|
||||
Loading…
x
Reference in New Issue
Block a user