From 4377ce9521bc7656d5d7a43c56fc9f9f1e39146c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 13 Sep 2020 02:51:10 +0300 Subject: Travis: lint the config --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98181d7..658d912 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ addons: env: jobs: + #- configuration=Debug platform=x86 + #- configuration=Release platform=x86 - configuration=Debug platform=x64 - configuration=Release platform=x64 @@ -31,7 +33,7 @@ jobs: fast_finish: true _clear: &clear - language: shell + language: minimal addons: {apt: {packages: []}} script: [] -- cgit v1.2.3