From f135c3dcb8f0b45b8de0735591111b72d737d6e8 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sat, 4 Apr 2020 14:12:25 +0200 Subject: [PATCH] ci: install ninja via pip --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dbda060..deba62d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,8 @@ d: - ldc-latest-ci before_install: - - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update && sudo apt-get -y install ninja-build python3-pip python3-setuptools; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install ninja; fi - - pip3 install meson + - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update && sudo apt-get -y install python3-pip python3-setuptools; fi + - pip3 install meson ninja matrix: include: