From e3c899b6614bda68de4c1e7747828744144afeb2 Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan Date: Fri, 23 Oct 2015 02:38:59 +0300 Subject: Fix the Linux build on Travis CI We need a newer Fontconfig than the default Ubuntu environment provides, so switch to a newer Ubuntu. --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2d93ec3..4283b9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,13 +9,18 @@ os: - linux - osx +sudo: required +dist: trusty + branches: only: - master - ci - coverity_scan -before_install: (sudo apt-get install -y fontconfig libfribidi-dev yasm || brew install fontconfig freetype fribidi yasm) && ./autogen.sh && ./configure +before_install: + - (sudo apt-get update || brew update) + - (sudo apt-get install -y fontconfig libfribidi-dev yasm || brew install fontconfig freetype fribidi yasm) && ./autogen.sh && ./configure script: - make -j4 -- cgit v1.2.3