From cd7b09e27e47082172c2e7c50d2c6a8c21b0dfe0 Mon Sep 17 00:00:00 2001 From: Kamil Chojnowski Date: Fri, 11 Oct 2019 03:15:22 +0200 Subject: [PATCH] Update Travis build file to use physfs stable 3.0 branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd23e59d..47c03bc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ..