summaryrefslogtreecommitdiffstats
path: root/testsuite/before_install.sh
blob: 25e864fede08b55528e497874cff73f2c4e6171c (plain)
1
2
3
4
5
6
7
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