From 38d0f02e83df2cc39cf5fab65c2dafdc55e4fd14 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 16 Apr 2019 11:36:17 +0200 Subject: [PATCH] .travis.yml: switch to another PPA for a newer ninja version Fixes Travis failure with Meson 0.50: ERROR: Could not detect Ninja v1.5 or newer --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b0f9bc831..99df7d698 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ matrix: sources: - ubuntu-toolchain-r-test - sourceline: 'ppa:mhier/libboost-latest' - - sourceline: 'ppa:saiarcot895/chromium-dev' # for ninja-build + - sourceline: 'ppa:mstipicevic/ninja-build-1-7-2' - sourceline: 'ppa:deadsnakes/ppa' # for Python 3.7 (required by Meson) packages: - g++-6 @@ -34,7 +34,7 @@ matrix: sources: - ubuntu-toolchain-r-test - sourceline: 'ppa:mhier/libboost-latest' - - sourceline: 'ppa:saiarcot895/chromium-dev' # for ninja-build + - sourceline: 'ppa:mstipicevic/ninja-build-1-7-2' - sourceline: 'ppa:deadsnakes/ppa' # for Python 3.7 (required by Meson) packages: - g++-8