diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-15 14:45:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-15 14:45:07 +0300 |
commit | 53b6e3b712ec677f68a1f5764f7ab3ca475652d7 (patch) | |
tree | c35b65177c8678097d2141019769d9f3cff18cf9 /.travis.yml | |
parent | update cmake-common (diff) | |
download | math-server-53b6e3b712ec677f68a1f5764f7ab3ca475652d7.tar.gz math-server-53b6e3b712ec677f68a1f5764f7ab3ca475652d7.zip |
Travis: run stress_test.py
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 972eea3..10e0c44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,7 @@ script: - "$HOME/install/bin/math-server-unit-tests" - "$HOME/install/bin/math-server-benchmarks" + - ./.ci/stress_test.sh jobs: fast_finish: true |