From b08bf90dff32de73521c74a68968ef6525b72360 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 21 Aug 2012 17:13:14 -0400 Subject: install swig so m2crypto installation can succeed --- testsuite/before_install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite') 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 -- cgit v1.2.3-1-g7c22