Update Travis build file to use physfs stable 3.0 branch

This commit is contained in:
Kamil Chojnowski 2019-10-11 03:15:22 +02:00
parent 1ab18788e6
commit cd7b09e27e

View File

@ -20,7 +20,7 @@ before_script:
mercurial \ mercurial \
zlib1g-dev 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 mkdir -p physfs/build
pushd physfs/build pushd physfs/build
cmake .. cmake ..