summaryrefslogtreecommitdiffstats
path: root/testsuite/before_install.sh
blob: 3ebc51d01389cfe83c3f39f466cc541ea91baae0 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# before_install script for Travis-CI

sudo apt-get update -qq
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
    sudo apt-get install -qq python-selinux python-pylibacl
fi