summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/before_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/before_install.sh b/testsuite/before_install.sh
index 3ebc51d01..c972b6972 100755
--- a/testsuite/before_install.sh
+++ b/testsuite/before_install.sh
@@ -3,6 +3,7 @@
# before_install script for Travis-CI
sudo apt-get update -qq
+sudo apt-get install -qq swig
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
sudo apt-get install -qq python-selinux python-pylibacl
fi