Skip to content

Commit

Permalink
Merge pull request #1134 from illwieckz/travis
Browse files Browse the repository at this point in the history
fix travis on macos (brew update)
  • Loading branch information
illwieckz committed Nov 20, 2019
2 parents 2d8e5a7 + 352123a commit 41d2e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ install:
ninja-build python-yaml python-jinja2;
fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update;
brew install ccache ninja;
fi
- |
Expand Down

0 comments on commit 41d2e3e

Please sign in to comment.