summaryrefslogtreecommitdiffstats
path: root/testsuite/before_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/before_install.sh')
-rwxr-xr-xtestsuite/before_install.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/before_install.sh b/testsuite/before_install.sh
new file mode 100755
index 000000000..25e864fed
--- /dev/null
+++ b/testsuite/before_install.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# before_install script for Travis-CI
+
+apt-get update -qq
+if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
+ apt-get install -qq python-selinux python-pylibacl
+fi