From cd054fb125b0939c47b0b47db249254db228b4d1 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 6 Feb 2019 21:16:40 -0500 Subject: [PATCH] Add brew step to travis.yml --- .travis.yml | 4 +++- bin/setup | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b3f5ed..e4eb64d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ xcode_destination: platform=macOS language: swift xcode_project: Persephone.xcodeproj xcode_scheme: Persephone -install: bin/setup +before_install: + - brew install meson ninja + - bin/setup diff --git a/bin/setup b/bin/setup index 56e98d7..3883297 100755 --- a/bin/setup +++ b/bin/setup @@ -1,7 +1,5 @@ #!/bin/sh -brew install meson ninja - git submodule update --init cd libmpdclient && \