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

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 ..