From 88f20bdec276068204761092522402ad5d2c51ae Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 18 Nov 2020 09:49:38 -0700 Subject: [PATCH] disabling another reference to development haxe in Travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 16c461fa..6aecb4da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,8 @@ env: jobs: # Allow Haxe development to fail. - allow_failures: - - haxe: development + # allow_failures: + # - haxe: development fast_finish: true include: # Check the formatting in a separate job so formatting failures don't hide more important ones