diff options
| author | angristan <angristan@pm.me> | 2019-05-05 12:42:53 +0200 |
|---|---|---|
| committer | angristan <angristan@pm.me> | 2019-05-05 12:42:53 +0200 |
| commit | f1b289b6b2e1f338e7a558b5ecdfa7e5aeced13c (patch) | |
| tree | 240d91ad3d100696c00da8348143679a0b5186ea /.travis.yml | |
Initial commit
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a262964 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: shell + +script: + - shellcheck wireguard-install.sh |
