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%