From 73bf116d9755f0dc83bfea8c3f8701b0408d01d9 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Thu, 8 Sep 2016 11:09:21 -0400 Subject: [PATCH] travis: install a native dependency for gobject-introspection --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 146ea66..997f4d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,12 @@ dist: trusty language: ruby sudo: false # taking advantage of container-based infrastructure cache: bundler # cache bundled gems from build to build + +addons: + apt: + packages: + - libgirepository1.0-dev # for gobject-introspection + rvm: - 2.2 - 2.3.0