From 51fde23844ce538bbbf1aff742062c7f3fbacded Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 13 Sep 2020 02:49:04 +0300 Subject: Travis: Debug builds only --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1a5cb05..933a521 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,10 +10,11 @@ env: global: boost_version: 1.65.0 jobs: + # Building only Debug is fine, it's not going anywhere anyway: - configuration=Debug platform=x86 - - configuration=Release platform=x86 - configuration=Debug platform=x64 - - configuration=Release platform=x64 + #- configuration=Release platform=x86 + #- configuration=Release platform=x64 before_script: - cd cmake @@ -33,9 +34,8 @@ script: >- jobs: fast_finish: true - # Clear irrelevant matrix build settings: _clear: &clear - language: shell + language: minimal addons: {apt: {packages: []}} before_script: [] script: [] -- cgit v1.2.3