Blame view

.travis-ci.sh 107 Bytes
8a10e6310   Guilherme Espada   Fix PPA checking
1
2
3
4
5
  #! /bin/sh
  if [ $PPA != 'none' ];then
      sudo apt-add-repository -y $PPA;
      sudo apt-get update -qq;
  fi