Merge pull request #1047 from diath/update_travis

Update Travis build file to use physfs stable 3.0 branch
This commit is contained in:
Konrad Kuśnierz 2019-10-11 08:46:53 +02:00 committed by GitHub
commit 9a0abb1452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ before_script:
mercurial \
zlib1g-dev
hg clone -r stable-2.0 http://hg.icculus.org/icculus/physfs/
hg clone -r stable-3.0 http://hg.icculus.org/icculus/physfs/
mkdir -p physfs/build
pushd physfs/build
cmake ..