travis-ppa.sh 107 Bytes
#! /bin/sh
if [ $PPA != 'none' ];then
    sudo apt-add-repository -y $PPA;
    sudo apt-get update -qq;
fi