mirror of https://github.com/procxx/kepka.git
Merge pull request #2213 from telegramdesktop/auchri/travis_fast_finish
Add fast finish to travis
This commit is contained in:
commit
16550f802c
18
.travis.yml
18
.travis.yml
|
@ -3,13 +3,17 @@ sudo: required
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- BUILD_VERSION=""
|
matrix:
|
||||||
- BUILD_VERSION="disable_autoupdate"
|
- BUILD_VERSION=""
|
||||||
- BUILD_VERSION="disable_register_custom_scheme"
|
- BUILD_VERSION="disable_autoupdate"
|
||||||
- BUILD_VERSION="disable_crash_reports"
|
- BUILD_VERSION="disable_register_custom_scheme"
|
||||||
- BUILD_VERSION="disable_network_proxy"
|
- BUILD_VERSION="disable_crash_reports"
|
||||||
- BUILD_VERSION="disable_desktop_file_generation"
|
- BUILD_VERSION="disable_network_proxy"
|
||||||
- BUILD_VERSION="disable_unity_integration"
|
- BUILD_VERSION="disable_desktop_file_generation"
|
||||||
|
- BUILD_VERSION="disable_unity_integration"
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
|
|
||||||
arch:
|
arch:
|
||||||
repos:
|
repos:
|
||||||
|
|
Loading…
Reference in New Issue