Skip to content

Commit

Permalink
fixtravis
Browse files Browse the repository at this point in the history
  • Loading branch information
purerosefallen committed Jul 7, 2019
1 parent c2e451e commit 94ccb94
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,13 @@ addons:
- libgl1-mesa-dev
- libglu-dev
- p7zip-full
homebrew:
packages:
- freetype
- libevent
- sqlite
- dylibbundler
- p7zip
env:
- USE_IRRKLANG=1
before_install:
- git submodule update --init --recursive
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew install freetype libevent sqlite dylibbundler;
sudo rm -rf /usr/local/include/unistring;
sudo rm -rf /usr/local/include/lzma;
sudo rm -f /usr/local/include/CGAL/stddef.h; fi
Expand Down

0 comments on commit 94ccb94

Please sign in to comment.