From: Thomas Fillon Date: Wed, 16 Apr 2014 22:06:46 +0000 (+0200) Subject: Add -y option for add-apt-repository in Travis X-Git-Tag: 0.5.5~1^2~38^2~40 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6ede4dd3a283d3dc1217356b56520e9fd73e389a;p=timeside.git Add -y option for add-apt-repository in Travis --- diff --git a/.travis.yml b/.travis.yml index 9de0633..5603dbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ virtualenv: # command to prepare the system to install prerequisites or dependencies before_install: - - sudo add-apt-repository ppa:gstreamer-developers + - sudo add-apt-repository -y ppa:gstreamer-developers - sudo apt-get -qq update - sudo apt-get install -qq libhdf5-serial-dev python-h5py - sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran