From 7df0d6f642785f9372c87eb6153eff4134afd0b7 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 25 Dec 2018 14:20:33 -0800 Subject: [PATCH] create appveyor test branch which will execute same tests as `master` branch hence including older Visual version --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 2b674ce3..5404558c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,7 @@ branches: only: - master + - appveyorTest environment: matrix: - COMPILER: "gcc"