diff options
author | Max Kellermann <max@musicpd.org> | 2019-04-16 11:36:17 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-04-18 09:40:30 +0200 |
commit | f5b4606c096f388efaf154227b99ae33c7accfd8 (patch) | |
tree | 662a587b0e403f6d7f5917561daf0c6052f4a9ec /.travis.yml | |
parent | d6dbf64efb9f6e678ad67647d42ed120fc581c37 (diff) |
.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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files 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 |