From a79a852f9dbb046d5eb524d206bf5abc4f45a393 Mon Sep 17 00:00:00 2001 From: lawnjelly Date: Mon, 24 Feb 2020 15:24:31 +0000 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9e3a3e6..fdc6fdf 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,3 @@ -branches: - only: - - 3.2 - os: Visual Studio 2015 environment: @@ -29,7 +25,7 @@ install: before_build: # Get Godot source and install the module - cd %APPVEYOR_BUILD_FOLDER%\.. - - git clone --depth=1 %GODOT_REPO_URL% && cd godot + - git clone --depth=1 --branch=3.2 %GODOT_REPO_URL% && cd godot - mklink /d modules\lportal %APPVEYOR_BUILD_FOLDER% - echo %GD_PLATFORM%