diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-11 12:25:04 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-11 12:25:04 +0300 |
commit | ec9aa0586182636b75aa8c47f924cf471a7b979b (patch) | |
tree | af9ed7bcc2d3c5a1aeb12f89b85a8990368184ae /.travis.yml | |
parent | AppVeyor: fast_finish (diff) | |
download | math-server-ec9aa0586182636b75aa8c47f924cf471a7b979b.tar.gz math-server-ec9aa0586182636b75aa8c47f924cf471a7b979b.zip |
Travis: fast_finish
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index afd2adb..bf4d816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ addons: env: global: - travis_boost_version=1.71.0 - matrix: + jobs: - configuration=Debug platform=x86 - configuration=Release platform=x86 - configuration=Debug platform=x64 @@ -42,6 +42,7 @@ script: - "$HOME/install/bin/math-server-benchmarks" jobs: + fast_finish: true include: - name: Build Docker images language: minimal |