From f1626667e82f46568cb2916458801c282ffd0f42 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 14 Nov 2019 10:44:33 +0100 Subject: [PATCH] ci/travis: Enable the new build config validation beta feature This feature wil enable the validation of our config files (only .travis.yml in our case) and give out warnings and errors on problematic parts in the "View Config" tab on the Travis UI. Signed-off-by: Stefan Schmidt Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D10664 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8c59c37..244f2b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +version: ~> 1.0 + language: c cache: directories: -- 2.7.4