summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-05-19 12:43:27 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-05-19 12:43:27 +0200
commit693e00b23afa27e6a148b5df7bc4e89a7a4ba17a (patch)
tree84d0a1ec08206b80d241a9e5042b3f81584d91d3 /.travis.yml
parentfae7af5c7f2b57f136e6b6c67a762b35cf92d319 (diff)
Force yes on apt commands to fix Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ac2c1e1..f5abaf0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,9 +6,9 @@ env:
before_install:
# Hijacking the crystfel repos for OpenCL headers and ICD
- - sudo add-apt-repository ppa:valmar-lp/crystfel-releases -y
- - sudo apt-get update -qq -y
- - sudo apt-get install gobject-introspection gir1.2-glib-2.0 gir1.2-json-1.0 opencl-headers ocl-icd-opencl-dev libjson-glib-dev libzmq3-dev autoconf-archive gtk-doc-tools
+ - sudo add-apt-repository ppa:valmar-lp/crystfel-releases -y --force-yes
+ - sudo apt-get update -qq -y --force-yes
+ - sudo apt-get install -y --force-yes gobject-introspection gir1.2-glib-2.0 gir1.2-json-1.0 opencl-headers ocl-icd-opencl-dev libjson-glib-dev libzmq3-dev autoconf-archive gtk-doc-tools
before_script:
# Configure with Autotools