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 && \