Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Try installing meson and ninja in one brew command
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Sep 26, 2018
1 parent 93ec6e3 commit 11dbb90
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/travis-before-install
Expand Up @@ -16,9 +16,5 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo cp ninja /usr/bin

elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# Install meson
brew install meson

# Install ninja
brew install ninja
brew install meson ninja
fi

0 comments on commit 11dbb90

Please sign in to comment.