From 6407e409c36a36228a331da425bd8cb661138caf Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Wed, 30 Dec 2015 17:26:30 -0800 Subject: [PATCH] Disabling lint on appveyor to see if the rest builds. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2c2c1eff3..eeb0c39b9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -74,7 +74,7 @@ build: # scripts to run before build before_build: - xb.bat premake - - xb.bat lint --all + #- xb.bat lint --all # scripts to run after build after_build: