Skip to content

Commit

Permalink
Merge pull request #224 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 736bf7f + 2508ed5 commit 477a3e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -35,6 +35,7 @@ install:
liblua5.2-dev ninja-build;
fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update;
brew install ccache ninja;
fi
- |
Expand Down

0 comments on commit 477a3e9

Please sign in to comment.