diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-08-31 15:04:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-08-31 15:19:11 +0300 |
commit | 47119e285dfb4f2486a471f9b8c8714952acefea (patch) | |
tree | 0abb56f6e3a81420b218ade7df05606b21f67dc2 /.travis.yml | |
parent | Travis: stress_test.sh: prepare to move to test/ (diff) | |
download | math-server-47119e285dfb4f2486a471f9b8c8714952acefea.tar.gz math-server-47119e285dfb4f2486a471f9b8c8714952acefea.zip |
stress_test.sh: move to test/
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 163a334..da019f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ script: - "$HOME/install/bin/math-server-unit-tests" - "$HOME/install/bin/math-server-benchmarks" - - ../.ci/stress_test.sh + - ../test/stress_test.sh jobs: fast_finish: true |