From 01e0d77f82d8a01a3766adeeb31a67542a423685 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Thu, 10 Nov 2016 09:14:05 -0500 Subject: [PATCH] travis: enable sudo for a library --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a496c51..2b7ea68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ dist: trusty language: ruby -sudo: false # taking advantage of container-based infrastructure +sudo: true # need this for libgirepository1.0-dev +# sudo: false # taking advantage of container-based infrastructure cache: bundler # cache bundled gems from build to build addons: