Skip to content

Commit

Permalink
Hack to get MacOS build working on travis (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickelson committed Jan 18, 2020
1 parent d870301 commit 53386bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ matrix:
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install ffmpeg sfml libarchive curl; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install ffmpeg sfml libarchive curl; echo ""; fi
script:
- make -j8
before_deploy:
Expand Down

0 comments on commit 53386bf

Please sign in to comment.