diff --git a/data/tools/wmllint b/data/tools/wmllint index fa0f75cda31..b2cf566ef1c 100755 --- a/data/tools/wmllint +++ b/data/tools/wmllint @@ -1163,7 +1163,6 @@ mainline = ("An_Orcish_Incursion", "tutorial", "Two_Brothers", "Under_the_Burning_Suns", - "Wings_of_Victory", ) spellcheck_these = (\ diff --git a/utils/travis/schema_validation.sh b/utils/travis/schema_validation.sh index 0aca4b13e4d..fc28966ce04 100755 --- a/utils/travis/schema_validation.sh +++ b/utils/travis/schema_validation.sh @@ -100,6 +100,5 @@ validate_campaign "The_South_Guard" "CAMPAIGN_THE_SOUTH_GUARD" " validate_campaign "tutorial" "TUTORIAL" "EASY" "NORMAL" "HARD" || RET=1 validate_campaign "Two_Brothers" "CAMPAIGN_TWO_BROTHERS" "EASY" "HARD" || RET=1 validate_campaign "Under_the_Burning_Suns" "CAMPAIGN_UNDER_THE_BURNING_SUNS" "EASY" "NORMAL" "HARD" || RET=1 -validate_campaign "Wings_of_Victory" "CAMPAIGN_WINGS_OF_VICTORY" "EASY" "NORMAL" "HARD" || RET=1 exit $RET