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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-05-12 07:24:37 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-05-12 07:24:37 +0300
commit9ba99711d602188f463e92e60dba7c27b7c0534f (patch)
treea7db2bdc2089b275a89ba1beb380779b0abb04ab /extras
parentff42def383937145b33af10aa5bfb2b7fd8de979 (diff)
Add Travis CI
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