Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/travis-ci/before_script.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/travis-ci/before_script.sh b/extras/travis-ci/before_script.sh
new file mode 100644
index 00000000..1b8fb815
--- /dev/null
+++ b/extras/travis-ci/before_script.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+git clone --depth 1 https://github.com/CISOfy/lynis-sdk
+
+#EOF