diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-13 02:49:04 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-13 02:49:04 +0300 |
commit | 51fde23844ce538bbbf1aff742062c7f3fbacded (patch) | |
tree | d877e1072dfc2b59c46de7ada03bbf4a285b828b | |
parent | Travis: lint the config (diff) | |
download | winapi-debug-51fde23844ce538bbbf1aff742062c7f3fbacded.tar.gz winapi-debug-51fde23844ce538bbbf1aff742062c7f3fbacded.zip |
Travis: Debug builds only
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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: [] |