disabling another reference to development haxe in Travis

This commit is contained in:
2020-11-18 09:49:38 -07:00
parent 373143cd95
commit 88f20bdec2

View File

@@ -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