From 26891a91d26393232f2c1f0b019dd22285be03ba Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Tue, 20 Feb 2018 02:41:56 -0800 Subject: [PATCH] use old physfs --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index faab8257..75268412 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,8 @@ before_install: - case $CC in x86_64-*mingw32*-*) export CONFLAGS="$CONFLAGS --with-sdl-prefix=`pwd`/arch/win64 CPPFLAGS=-Iarch/win64/include LDFLAGS=-Larch/win64/lib PKG_CONFIG_LIBDIR=`pwd`/arch/win64/lib/pkgconfig"; esac # - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install physfs sdl sdl_mixer sdl_image; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/4aeb45bc1b3c6ffbc075943c4c9f519b932dcf2b/Formula/physfs.rb; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl sdl_mixer sdl_image; fi - echo $CONFLAGS -- 2.39.2